aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-01 19:53:37 +0800
committerale <ale@FreeBSD.org>2004-02-01 19:53:37 +0800
commit2ddba65de3efaf43cd672032f0180b27e943a73a (patch)
tree519040bf605e4c95ea34dcbcb4720e7741e4f616 /audio
parent77b925b502de1f80c547a4ef02f0e3088796983a (diff)
downloadfreebsd-ports-gnome-2ddba65de3efaf43cd672032f0180b27e943a73a.tar.gz
freebsd-ports-gnome-2ddba65de3efaf43cd672032f0180b27e943a73a.tar.zst
freebsd-ports-gnome-2ddba65de3efaf43cd672032f0180b27e943a73a.zip
- Update to 2.0
- add SIZE - pkg-plist removed - add explicit libogg-dependance (already saturated through libvorbis) - Rework CONFIGURE_TARGET for newer autoconf syntax PR: ports/62125 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Approved by: nork (mentor/implicitly)
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3splt/Makefile8
-rw-r--r--audio/mp3splt/distinfo3
-rw-r--r--audio/mp3splt/pkg-plist2
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index 14f412812bf6..b8b8188b7d6c 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mp3splt
-PORTVERSION= 1.9
-PORTREVISION= 2
+PORTVERSION= 2.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,14 +16,17 @@ MAINTAINER= q@uni.de
COMMENT= Utility to split mp3 and ogg files (via CUE sheets)
LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \
- vorbis.3:${PORTSDIR}/audio/libvorbis
+ vorbis.3:${PORTSDIR}/audio/libvorbis \
+ ogg.5:${PORTSDIR}/audio/libogg
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+CONFIGURE_TARGET:= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= mp3splt.1
+PLIST_FILES= bin/mp3splt bin/oggsplt
.include <bsd.port.mk>
diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo
index 595a3c08c279..8efbc7512379 100644
--- a/audio/mp3splt/distinfo
+++ b/audio/mp3splt/distinfo
@@ -1 +1,2 @@
-MD5 (mp3splt-1.9-src.tar.gz) = e9fe98ecb47add0ca2ad4b1a5bf599a4
+MD5 (mp3splt-2.0-src.tar.gz) = c092e4f4c1c9f12c83998b39bfe6138a
+SIZE (mp3splt-2.0-src.tar.gz) = 130025
diff --git a/audio/mp3splt/pkg-plist b/audio/mp3splt/pkg-plist
deleted file mode 100644
index ac95acbe231d..000000000000
--- a/audio/mp3splt/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/mp3splt
-bin/oggsplt