From 07f579af4088a4e55585b25377c2bbcceacced6f Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Wed, 10 Nov 2004 23:11:52 +0000
Subject: - Add knob for --enable-recursive - Take maintainership

PR:		ports/73791
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
---
 audio/vorbisgain/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'audio')

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
 
-- 
cgit v1.2.3