summaryrefslogtreecommitdiff
path: root/audio/amp/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss>1997-10-28 23:18:20 +0000
committeraugustss <augustss>1997-10-28 23:18:20 +0000
commitf8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/amp/Makefile
parent3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff)
downloadpkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/amp/Makefile')
-rw-r--r--audio/amp/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile
new file mode 100644
index 00000000000..e37a7c68034
--- /dev/null
+++ b/audio/amp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: amp
+# Version required: 0.7.6
+# Date created: Jun 23 1997
+# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:21 augustss Exp $
+#
+
+DISTNAME= amp-0.7.6
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= vanilla@MinJe.com.TW
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= amp.1
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>