mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Add CPE info
- Add LICENSE Approved by: portmgr blanket
This commit is contained in:
parent
a68460a457
commit
2f91eefc60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386627
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user