- Pet portlint
- Add LICENSE - Add missing dependency - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
aa9a80fe1b
commit
5c3c150b9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472178
@ -10,18 +10,21 @@ MASTER_SITES= http://sjeng.org/ftp/vorbis/
|
|||||||
MAINTAINER= gamato@users.sf.net
|
MAINTAINER= gamato@users.sf.net
|
||||||
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
|
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
|
||||||
|
|
||||||
OPTIONS_DEFINE= RECURSIVE
|
LICENSE= LGPL21
|
||||||
RECURSIVE_DESC= recursive processing and pattern matching
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libvorbis.so:audio/libvorbis
|
LIB_DEPENDS= libvorbis.so:audio/libvorbis \
|
||||||
|
libogg.so:audio/libogg
|
||||||
|
|
||||||
|
USES= localbase:ldflags
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
PLIST_FILES= bin/vorbisgain \
|
PLIST_FILES= bin/vorbisgain \
|
||||||
man/man1/vorbisgain.1.gz
|
man/man1/vorbisgain.1.gz
|
||||||
|
|
||||||
RECURSIVE_CONFIGURE_ARGS= --enable-recursive
|
OPTIONS_DEFINE= RECURSIVE
|
||||||
|
|
||||||
|
RECURSIVE_DESC= recursive processing and pattern matching
|
||||||
|
RECURSIVE_CONFIGURE_ENABLE= recursive
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -19,4 +19,4 @@ quality compared to a non-VorbisGain'ed file.
|
|||||||
It needs player support to work. Non-supporting players will play
|
It needs player support to work. Non-supporting players will play
|
||||||
back the files without problems, but you'll miss out on the benefits.
|
back the files without problems, but you'll miss out on the benefits.
|
||||||
|
|
||||||
WWW: http://sjeng.org/vorbisgain.html
|
WWW: https://sjeng.org/vorbisgain.html
|
||||||
|
Loading…
Reference in New Issue
Block a user