summaryrefslogtreecommitdiff
path: root/audio/audacious-dumb/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-05-27 10:15:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-05-27 10:15:46 +0000
commitc1e03045cdd23664cb988e4a2accfbab05f780af (patch)
tree881ed8826f5b2f21564698e977837b4d7a536949 /audio/audacious-dumb/Makefile
parent- Update to 0.5.3 (diff)
Add audacious-dumb, an audacious input plugin that support the IT, XM, S3M, MOD
tracker formats.
Notes
Notes: svn path=/head/; revision=191987
Diffstat (limited to 'audio/audacious-dumb/Makefile')
-rw-r--r--audio/audacious-dumb/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile
new file mode 100644
index 000000000000..123695dd73be
--- /dev/null
+++ b/audio/audacious-dumb/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: audacious-dumb
+# Date created: 27 May 2007
+# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= audacious-dumb
+PORTVERSION= 0.42
+CATEGORIES= audio
+MASTER_SITES= http://www.netswarm.net/misc/ \
+ http://critical.ch/distfiles/ \
+ http://energy.critical.ch/distfiles/
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats
+
+RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
+BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \
+ dumbout:${PORTSDIR}/devel/dumb
+
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+
+MAKE_ENV+= CC="${CC}"
+
+ONLY_FOR_ARCHS= i386 amd64
+
+.include <bsd.port.mk>