summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-17 10:53:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-17 10:53:08 +0000
commit9da8f3926984072a63be73ae30bf09cab1a2d557 (patch)
tree77a054fc3029790f350b16c9b6c5ea3a93b804f4 /audio/xmcd/Makefile
parentAlways go to ${WRKDIR} before extraction. Modify the tar extract command (diff)
xmcd 1.4
Submitted by: Gennady Sorokopud <gena@netvision.net.il>
Notes
Notes: svn path=/head/; revision=997
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>