summaryrefslogtreecommitdiff
path: root/audio/maplay/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/maplay/Makefile
parent6648b5d0679fcec1a16dfe55f49f61c206383a30 (diff)
downloadpkgsrc-7a44f9ac3808518e0b6ab44a549a37657b42243d.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
new file mode 100644
index 00000000000..ddbab2f3af6
--- /dev/null
+++ b/audio/maplay/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: maplay
+# Version required: 1.2
+# Date created: Feb 13 1995
+# Whom: jkh
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:31 augustss Exp $
+#
+
+DISTNAME= maplay1_2
+PKGNAME= maplay-1.2
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= torstenb@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+PATCH_STRIP= -p2
+
+pre-configure:
+ @(cd ${WRKSRC}; make pre-install)
+
+.include <bsd.port.mk>