summaryrefslogtreecommitdiff
path: root/audio/amp/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-08-31 22:20:00 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-08-31 22:20:00 +0000
commitc98c38080a7a0127a147a241c782f9ddbfddced1 (patch)
tree5f58b234dbe64e5ce0f7915a4e294a322913315d /audio/amp/Makefile
parentActivate xfce (diff)
New port, amp:
------------------------ From the README file ------------------------ amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowledge of the standard. It works with both MPEG1 and MPEG2 audio streams (except for the multichannel extensions defined in MPEG2), layer3 only for now. ---------------------------- End of quote ---------------------------- PR: 3935 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes
Notes: svn path=/head/; revision=7735
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 000000000000..b8a010c81db3
--- /dev/null
+++ b/audio/amp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: amp
+# Version required: 0.7.3
+# Date created: Jun 23 1997
+# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
+#
+# $Id$
+#
+
+DISTNAME= amp-0.7.3
+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_DATA} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>