summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-10 09:41:25 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-10 09:41:25 +0000
commit35d95bd4d361576dcf5e10212545ade8e04eaaaa (patch)
tree5024cbff48f6e4d2a5ec886b1435b32183415457 /audio/mpg123/Makefile
parentPut some parentheses in "#elif defined(foo) || defined(bar)" statement (diff)
New port, mpg123:
Command-line player for mpeg layer 1, 2 and 3 audio PR: 3952 Submitted by: Carey Jones <mcj@acquiesce.org>
Notes
Notes: svn path=/head/; revision=7276
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
new file mode 100644
index 000000000000..a52d913f0d8d
--- /dev/null
+++ b/audio/mpg123/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: mpg123
+# Version required: 0.59f
+# Date created: 25 June 1997
+# Whom: Carey Jones <mcj@acquiesce.org>
+#
+# $Id$
+#
+
+DISTNAME= mpg123-0.59f
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/
+
+MAINTAINER= mcj@acquiesce.org
+
+ALL_TARGET= freebsd
+MAN1= mpg123.1
+
+.include <bsd.port.mk>