summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r--audio/vorbis-tools/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 41bb8b8d2c04..9d5985ae77b5 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -6,23 +6,27 @@
#
PORTNAME= vorbis-tools
-PORTVERSION= 1.0.r2
+PORTVERSION= 1.0.r3
PORTEPOCH= 2
CATEGORIES= audio
-MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
+MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
+ http://www.vorbis.com/files/rc2/unix/ \
+ http://www.oddsock.org/vorbisrc3/files/rc3/unix/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= naddy@FreeBSD.org
-LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \
- ogg.2:${PORTSDIR}/audio/libogg \
- vorbis.0:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
+ ogg.3:${PORTSDIR}/audio/libogg \
+ vorbis.1:${PORTSDIR}/audio/libvorbis \
+ curl.2:${PORTSDIR}/ftp/curl
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-ao-prefix=${LOCALBASE} \
- --with-ogg-prefix=${LOCALBASE} \
- --with-vorbis-prefix=${LOCALBASE}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-ao=${LOCALBASE} \
+ --with-ogg=${LOCALBASE} \
+ --with-vorbis=${LOCALBASE} \
+ --with-curl=${LOCALBASE}
-MAN1= ogg123.1 oggenc.1 ogginfo.1
+MAN1= ogg123.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1
.include <bsd.port.mk>