aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbisgain
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-11 09:34:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-11 09:34:32 +0000
commit5c3c150b9f64764302d84eb44f8cfe33ba5e0a0e (patch)
tree527140129d3163a56fb4df5a909bf555e0f5967b /audio/vorbisgain
parentaa9a80fe1b22de710d6b34f1ed108fd49550cea0 (diff)
downloadports-5c3c150b9f64764302d84eb44f8cfe33ba5e0a0e.tar.gz
ports-5c3c150b9f64764302d84eb44f8cfe33ba5e0a0e.zip
- Pet portlint
- Add LICENSE - Add missing dependency - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=472178
Diffstat (limited to 'audio/vorbisgain')
-rw-r--r--audio/vorbisgain/Makefile15
-rw-r--r--audio/vorbisgain/pkg-descr2
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile
index 65ff31c1810e..cc1b8a2d996f 100644
--- a/audio/vorbisgain/Makefile
+++ b/audio/vorbisgain/Makefile
@@ -10,18 +10,21 @@ MASTER_SITES= http://sjeng.org/ftp/vorbis/
MAINTAINER= gamato@users.sf.net
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
-OPTIONS_DEFINE= RECURSIVE
-RECURSIVE_DESC= recursive processing and pattern matching
+LICENSE= LGPL21
+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
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/vorbisgain \
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>
diff --git a/audio/vorbisgain/pkg-descr b/audio/vorbisgain/pkg-descr
index 5173be67a25d..5800efbd9e42 100644
--- a/audio/vorbisgain/pkg-descr
+++ b/audio/vorbisgain/pkg-descr
@@ -19,4 +19,4 @@ quality compared to a non-VorbisGain'ed file.
It needs player support to work. Non-supporting players will play
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