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
|
2002-10-21 18:23:11 +02:00
|
|
|
PORTVERSION= 1.1
|
2001-12-31 11:41:17 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.zipworld.com.au/~erikd/XMMS/
|
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 \
|
2002-11-28 17:37:35 +01:00
|
|
|
xmms.3:${PORTSDIR}/multimedia/xmms
|
2001-12-31 11:41:17 +01:00
|
|
|
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-12-31 11:41:17 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|