aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-real-random/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-04 17:02:53 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-04 17:02:53 +0000
commitc8b6c3ab658021ce3d2f9aef0a335938a3a4c16c (patch)
treeb0649aa6c9ac8842c25062bb38044eefd10621ac /audio/xmms-real-random/Makefile
parent901bdb71de907312eccf7023acb062ba4e5d5fba (diff)
Notes
Diffstat (limited to 'audio/xmms-real-random/Makefile')
-rw-r--r--audio/xmms-real-random/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile
new file mode 100644
index 000000000000..1be05b966291
--- /dev/null
+++ b/audio/xmms-real-random/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: xmms-real-random
+# Date created: 03.10.2003
+# Whom: Ulrich Spoerlein <q@uni.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-real-random
+PORTVERSION= 0.2
+CATEGORIES= audio
+MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
+DISTNAME= real_random-${PORTVERSION}
+
+MAINTAINER= q@uni.de
+COMMENT= REAL shuffle mode for xmms
+
+LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_X_PREFIX= yes
+
+CONFIGURE_ENV= CFLAGS='${CFLAGS}'
+
+post-patch:
+.for Makefile in Makefile.am Makefile.in
+ @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${Makefile}
+.endfor
+
+.include <bsd.port.mk>