2001-12-31 11:41:17 +01:00
|
|
|
# New ports collection makefile for: xmms-sndfile
|
|
|
|
# Date created: 27 Dec 2001
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-sndfile
|
2004-03-15 10:44:01 +01:00
|
|
|
PORTVERSION= 1.2
|
2001-12-31 11:41:17 +01:00
|
|
|
CATEGORIES= audio
|
2004-03-15 10:44:01 +01:00
|
|
|
MASTER_SITES= http://www.mega-nerd.com/xmms_sndfile/
|
2002-10-21 18:23:11 +02:00
|
|
|
DISTNAME= xmms_sndfile-${PORTVERSION}
|
2001-12-31 11:41:17 +01:00
|
|
|
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= XMMS plugin to allow playing libsndfile supported files
|
2001-12-31 11:41:17 +01:00
|
|
|
|
2002-09-20 09:36:43 +02:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
2003-09-08 02:10:16 +02:00
|
|
|
xmms.4:${PORTSDIR}/multimedia/xmms
|
2001-12-31 11:41:17 +01:00
|
|
|
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2001-12-31 11:41:17 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|