From 2f91eefc606f4aefd3f04b6f02c8e9fcee32976b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 17 May 2015 16:01:36 +0000 Subject: - Add CPE info - Add LICENSE Approved by: portmgr blanket --- audio/vorbis-tools/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/vorbis-tools') 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 -- cgit v1.2.3