aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-18 00:01:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-18 00:01:36 +0800
commitecf9d22ff09b2e6790e0cf31a8fe8c4d2d7666a7 (patch)
tree6d604cfa63690edefdc9a932fe9e8b3f7c4b3312
parent23a13ee7441070f2d3cbcf326fb6c230a52c1ece (diff)
downloadfreebsd-ports-graphics-ecf9d22ff09b2e6790e0cf31a8fe8c4d2d7666a7.tar.gz
freebsd-ports-graphics-ecf9d22ff09b2e6790e0cf31a8fe8c4d2d7666a7.tar.zst
freebsd-ports-graphics-ecf9d22ff09b2e6790e0cf31a8fe8c4d2d7666a7.zip
- Add CPE info
- Add LICENSE Approved by: portmgr blanket
-rw-r--r--audio/vorbis-tools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index f268d71b5bc..a30baa28de2 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