summaryrefslogtreecommitdiff
path: root/audio/xmms-flac/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-10 15:43:13 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-10 15:43:13 +0000
commitcb76c4420fb64bd5a4918288fd111025f0041b72 (patch)
treec8a5d3f22122267ead31bca40f0957ec1f12f774 /audio/xmms-flac/Makefile
parentRemove option to build the XMMS plugin, which will instead be spun (diff)
Spin off the XMMS FLAC plugin into its proper port.
PR: 52456 Suggested by: David Yeske <dyeske@yahoo.com>
Notes
Notes: svn path=/head/; revision=82693
Diffstat (limited to 'audio/xmms-flac/Makefile')
-rw-r--r--audio/xmms-flac/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
new file mode 100644
index 000000000000..a045c2a33767
--- /dev/null
+++ b/audio/xmms-flac/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: xmms-flac
+# Date created: 2003-06-10
+# Whom: Christian Weisgerber <naddy@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-flac
+PORTVERSION= 1.1.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= flac
+DISTNAME= flac-${PORTVERSION}
+
+PATCH_SITES= ${MASTER_SITE_DEBIAN}
+PATCH_SITE_SUBDIR= pool/main/f/flac
+PATCHFILES= flac_1.1.0-3.diff.gz
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= naddy@FreeBSD.org
+COMMENT= XMMS input plugin for playing FLAC files
+
+LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \
+ FLAC.5:${PORTSDIR}/audio/flac
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
+ --with-ogg="${LOCALBASE}" \
+ --with-xmms-prefix="${X11BASE}"
+
+MAKEFILE= ${FILESDIR}/Makefile
+
+# "obj" is magic to our make(1)
+post-configure:
+ @${RM} -rf ${WRKSRC}/obj
+
+.include <bsd.port.mk>