svn commit: r386627 - head/audio/vorbis-tools
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 17 16:01:37 UTC 2015
Author: amdmi3
Date: Sun May 17 16:01:36 2015
New Revision: 386627
URL: https://svnweb.freebsd.org/changeset/ports/386627
Log:
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
Modified:
head/audio/vorbis-tools/Makefile
Modified: head/audio/vorbis-tools/Makefile
==============================================================================
--- head/audio/vorbis-tools/Makefile Sun May 17 15:49:14 2015 (r386626)
+++ head/audio/vorbis-tools/Makefile Sun May 17 16:01:36 2015 (r386627)
@@ -11,6 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/
MAINTAINER= naddy at 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/
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
More information about the svn-ports-all
mailing list