diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-01 11:53:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-01 11:53:37 +0000 |
commit | 5e4a2c9d69a65a742f1a1a8222642ffcb4899c0a (patch) | |
tree | ee4b2d5cf0e9679bbbd2164ba822b868b0dcfd94 /audio/mp3splt | |
parent | 1304e6d53b01c57dbd45c143cfe24a018b641cf6 (diff) | |
download | ports-5e4a2c9d69a65a742f1a1a8222642ffcb4899c0a.tar.gz ports-5e4a2c9d69a65a742f1a1a8222642ffcb4899c0a.zip |
Notes
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 8 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3splt/pkg-plist | 2 |
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 |