summaryrefslogtreecommitdiff
path: root/audio/xmms-musepack/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-03-17 17:17:12 +0000
committerCy Schubert <cy@FreeBSD.org>2002-03-17 17:17:12 +0000
commit16a08ce7f657c24dc097bc3bc472582feb463461 (patch)
treed0ccf3221ea1cc7307ac8feaa3673abcbf3001ac /audio/xmms-musepack/Makefile
parentInitial import of JUNOScript 5.2R1.4 (diff)
Add xmms-musepack 1.8.0 port, xMMS input plugin for playing MPC Musepack
(.mpc, .mp+) files. PR: 35935 Submitted by: Walter Hop <walter@binity.com>
Diffstat (limited to 'audio/xmms-musepack/Makefile')
-rw-r--r--audio/xmms-musepack/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile
new file mode 100644
index 000000000000..5593574782ee
--- /dev/null
+++ b/audio/xmms-musepack/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xmms-musepack
+# Date created: 15 Mar 2002
+# Whom: Walter Hop <walter@binity.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-musepack
+PORTVERSION= 1.8.0
+CATEGORIES= audio
+MASTER_SITES= http://www.musepack.info/dl/
+
+MAINTAINER= walter@binity.com
+
+LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GTK= yes
+USE_LIBTOOL= yes
+
+post-install:
+ strip ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
+
+.include <bsd.port.mk>