summaryrefslogtreecommitdiff
path: root/audio/maplay/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-14 08:32:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-14 08:32:41 +0000
commitb957235ce2b4bcf36ac6a776b5d839c54c22ed7f (patch)
tree10fdd5ec1944421959d0e95ca339677892e67d5f /audio/maplay/Makefile
parentcorrect bogus path for the app-defaults file (diff)
maplay port.
Notes
Notes: svn path=/head/; revision=976
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
new file mode 100644
index 000000000000..84c56562a8f5
--- /dev/null
+++ b/audio/maplay/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: maplay
+# Version required: 1.2
+# Date created: Feb 13 1995
+# Whom: jkh
+#
+# $Id: Makefile,v 1.6 1995/02/09 21:03:52 ache Exp $
+#
+
+DISTNAME= maplay1_2
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/
+NO_WRKSUBDIR= yes
+PATCH_STRIP= -p2
+
+pre-configure:
+ @(cd ${WRKSRC}; make pre-install)
+
+.include <bsd.port.mk>