aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3wrap/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-14 16:17:35 +0800
committeradamw <adamw@FreeBSD.org>2003-06-14 16:17:35 +0800
commit9f0b2c26f37a573136e88f1d15363806a82fb5be (patch)
tree3c0eeb11501a9c7bb71915f77adf8f94e32e2631 /audio/mp3wrap/Makefile
parentfdee90fe500cf1e2f9b372060d39fdd9bf5b86a4 (diff)
downloadfreebsd-ports-gnome-9f0b2c26f37a573136e88f1d15363806a82fb5be.tar.gz
freebsd-ports-gnome-9f0b2c26f37a573136e88f1d15363806a82fb5be.tar.zst
freebsd-ports-gnome-9f0b2c26f37a573136e88f1d15363806a82fb5be.zip
Add mp3wrap.
With mp3wrap you can easily concatenate multiple mp3 files. You can even add non-mp3 content. PR: ports/52900 Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'audio/mp3wrap/Makefile')
-rw-r--r--audio/mp3wrap/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile
new file mode 100644
index 000000000000..a88cc56b950a
--- /dev/null
+++ b/audio/mp3wrap/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: audio/mp3wrap
+# Date created: 30.05.2003
+# Whom: Ulrich Spoerlein <q@uni.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mp3wrap
+PORTVERSION= 0.5
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+
+MAINTAINER= q@uni.de
+COMMENT= Utility to merge mp3 files (and other formats)
+
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+MAN1= mp3wrap.1
+
+.include <bsd.port.mk>