summaryrefslogtreecommitdiff
path: root/audio/xmmix/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss>1997-10-28 23:18:20 +0000
committeraugustss <augustss>1997-10-28 23:18:20 +0000
commit7a44f9ac3808518e0b6ab44a549a37657b42243d (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/xmmix/Makefile
parent6648b5d0679fcec1a16dfe55f49f61c206383a30 (diff)
downloadpkgsrc-7a44f9ac3808518e0b6ab44a549a37657b42243d.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r--audio/xmmix/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
new file mode 100644
index 00000000000..95b87567da3
--- /dev/null
+++ b/audio/xmmix/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xmmix
+# Version required: 1.2
+# Date created: Mon Aug 5 10:54:25 CDT 1996
+# Whom: erich@FreeBSD.org
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:29 augustss Exp $
+#
+
+DISTNAME= xmmix-1.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications/
+
+MAINTAINER= erich@FreeBSD.org
+
+USE_IMAKE= yes
+REQUIRES_MOTIF= yes
+
+.include <bsd.port.mk>