aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
new file mode 100644
index 000000000000..22f55d9beb61
--- /dev/null
+++ b/audio/xmcd/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xmcd
+# Version required: 1.4
+# Date created: 16 Februar 1995
+# Whom: gena
+#
+# $Id: Makefile,v 1.0 1995/02/16 21:44:00 gena Exp $
+#
+
+DISTNAME= xmcd-1.4
+DISTFILES= xmcd-1.4.tar.gz
+
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/
+
+USE_IMAKE= yes
+IS_INTERACTIVE= yes
+
+pre-install:
+ @(cd ${WRKSRC}; ${MAKE} Makefiles)
+
+.include <bsd.port.mk>