aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:26:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:26:32 +0000
commitdedc47ff099758a470dcd819e5324c5fcb2cc2ac (patch)
treeb52bbb1ab7b18b241834141740581f57b3266ab8
parent17cc40e1baacb6920db4788c38fa969ee29e9e89 (diff)
downloadports-dedc47ff099758a470dcd819e5324c5fcb2cc2ac.tar.gz
ports-dedc47ff099758a470dcd819e5324c5fcb2cc2ac.zip
Notes
-rw-r--r--audio/vorbisgain/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile
index 8848bfb22645..de3d588dc325 100644
--- a/audio/vorbisgain/Makefile
+++ b/audio/vorbisgain/Makefile
@@ -10,19 +10,19 @@ 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
+
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
GNU_CONFIGURE= yes
-NO_STAGE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= vorbisgain.1
-PLIST_FILES= bin/vorbisgain
+PLIST_FILES= bin/vorbisgain \
+ man/man1/vorbisgain.1.gz
-.if defined(WITH_RECURSIVE)
-CONFIGURE_ARGS= --enable-recursive
-.endif
+RECURSIVE_CONFIGURE_ARGS= --enable-recursive
pre-configure:
@${CHMOD} +x ${WRKSRC}/configure