diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 16:01:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 16:01:36 +0000 |
commit | 2f91eefc606f4aefd3f04b6f02c8e9fcee32976b (patch) | |
tree | 6d604cfa63690edefdc9a932fe9e8b3f7c4b3312 /audio/vorbis-tools | |
parent | a68460a457dc2a5c12f20bd2e0a358ea3df15763 (diff) |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index f268d71b5bc9..a30baa28de29 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ libcurl.so:${PORTSDIR}/ftp/curl \ libFLAC.so:${PORTSDIR}/audio/flac \ @@ -18,7 +21,8 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ libspeex.so:${PORTSDIR}/audio/speex \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= iconv pkgconfig +USES= cpe iconv pkgconfig +CPE_VENDOR= xiph GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include |