summaryrefslogtreecommitdiff
path: root/audio/mutemix/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-23 15:03:49 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-23 15:03:49 +0000
commit65a7117c4bfd6eeac11e6cbfdc3fd93d65e947e0 (patch)
tree54e3d17192d79940a30d99c6799f13afa7f097ca /audio/mutemix/Makefile
parentUpdate to 0.1.2 (diff)
new port of mutemix 0.6, a program for adjusting an audio mixer
Notes
Notes: svn path=/head/; revision=34139
Diffstat (limited to 'audio/mutemix/Makefile')
-rw-r--r--audio/mutemix/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile
new file mode 100644
index 000000000000..a4fa359bbfc2
--- /dev/null
+++ b/audio/mutemix/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: mutemix
+# Date created: 2000-10-19
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= mutemix
+PORTVERSION= 0.6
+CATEGORIES= audio
+MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/
+EXTRACT_SUFX= .py
+
+MAINTAINER= trevor@FreeBSD.org
+
+RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \
+ ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+
+NO_BUILD= yes
+PLIST= ${WRKDIR}/pkg-plist
+WRKSRC= ${WRKDIR}
+
+do-extract:
+ ${MKDIR} ${WRKDIR}
+
+pre-install:
+ ${ECHO} "bin/mutemix" > ${PLIST}
+
+do-install:
+ ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix
+
+.include <bsd.port.mk>