summaryrefslogtreecommitdiff
path: root/audio/xmix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmix/Makefile')
-rw-r--r--audio/xmix/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
new file mode 100644
index 00000000000..e86dd8bb73d
--- /dev/null
+++ b/audio/xmix/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xmix
+# Version required: 2.1
+# Date created: 30 June 1995
+# Whom: janek@gaja.ipan.lublin.pl
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:27 augustss Exp $
+#
+
+DISTNAME= xmix-2.1
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/mixers
+
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= xmix-2.1.mixers.patch
+
+MAINTAINER= janek@gaja.ipan.lublin.pl
+
+USE_IMAKE= yes
+WRKSRC= $(WRKDIR)/xmix
+
+pre-install:
+ ${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
+ ${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
+
+.include <bsd.port.mk>