aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbisgain
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-10 23:11:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-10 23:11:52 +0000
commit07f579af4088a4e55585b25377c2bbcceacced6f (patch)
treefc682330a72edc33c8012f08430c1e6419127ad0 /audio/vorbisgain
parent0cd2ecfdb78204951e5b7020a1efefef5856f31d (diff)
downloadports-07f579af4088a4e55585b25377c2bbcceacced6f.tar.gz
ports-07f579af4088a4e55585b25377c2bbcceacced6f.zip
- Add knob for --enable-recursive
- Take maintainership PR: ports/73791 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=121341
Diffstat (limited to 'audio/vorbisgain')
-rw-r--r--audio/vorbisgain/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile
index 57728ac02f73..8711abceecbc 100644
--- a/audio/vorbisgain/Makefile
+++ b/audio/vorbisgain/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://sjeng.org/ftp/vorbis/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
@@ -26,6 +26,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= vorbisgain.1
PLIST_FILES= bin/vorbisgain
+.if defined(WITH_RECURSIVE)
+CONFIGURE_ARGS= --enable-recursive
+.endif
+
pre-configure:
@${CHMOD} +x ${WRKSRC}/configure