diff options
author | pav <pav@FreeBSD.org> | 2004-11-10 23:11:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-10 23:11:52 +0000 |
commit | ef914c2bea8c3741ed0b989c1d38092468f58102 (patch) | |
tree | ffdd79146ef46b3677fa40ed9d470cc6ce07c284 /audio | |
parent | 5932d56921e4970ccca4e5e8c7cb1d64919bb6a6 (diff) | |
download | FreeBSD-ports-ef914c2bea8c3741ed0b989c1d38092468f58102.zip FreeBSD-ports-ef914c2bea8c3741ed0b989c1d38092468f58102.tar.gz |
- Add knob for --enable-recursive
- Take maintainership
PR: ports/73791
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbisgain/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 57728ac..8711abc 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 |