diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-03-16 23:01:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-03-16 23:01:13 +0000 |
commit | e86e5c820d8db82283d453ebe7f51826ca26f6ec (patch) | |
tree | 55a56c8512478323cb87952a96ce65cda89c0cd0 /audio/vorbis-tools/Makefile | |
parent | 88868ee1d7cd8b5192dc0da0e357f62ea0440d77 (diff) | |
download | ports-e86e5c820d8db82283d453ebe7f51826ca26f6ec.tar.gz ports-e86e5c820d8db82283d453ebe7f51826ca26f6ec.zip |
Notes
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 08e3aa507f7e..c50e132a8ac6 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -12,6 +12,10 @@ PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ +PATCH_SITES= http://sites.inka.de/~mips/unix/distfiles/ +PATCHFILES= vorbis-tools-1.1.1-flac-1.1.3.patch +PATCH_DIST_STRIP=-p1 + MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files @@ -21,8 +25,9 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ speex.1:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis +USE_AUTOTOOLS= aclocal:19 autoconf:259 automake:19 libtool:15 USE_GETTEXT= yes -GNU_CONFIGURE= yes +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-vcut CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |