summaryrefslogtreecommitdiff
path: root/audio/xmms-ahx/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-06 18:42:12 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-06 18:42:12 +0000
commit041059c67c1ef111ed0288ef532efd6603ef2c72 (patch)
tree6bb5eb54934671ec589b1ea83b69d9a331bf6574 /audio/xmms-ahx/Makefile
parentfix pkg-plist (diff)
Add xmms-ahx.
XMMS input plugin for AHX format support. AHX is a synthetic music format from Amiga, and reproducing C64-style music. WWW: http://xmms-ahx.sourceforge.net/ PR: ports/81811 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=136929
Diffstat (limited to 'audio/xmms-ahx/Makefile')
-rw-r--r--audio/xmms-ahx/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile
new file mode 100644
index 000000000000..deea2ea01219
--- /dev/null
+++ b/audio/xmms-ahx/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xmms-ahx
+# Date created: 2 June 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-ahx
+PORTVERSION= 0.6
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= XMMS plugin for playing AHX tunes
+
+BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+
+PLIST_FILES= lib/xmms/Input/libahx.so
+
+USE_X_PREFIX= yes
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_GNOME= gtk12
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>