Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 00:26:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338710 - head/audio/vorbisgain
Message-ID:  <201401050026.s050QXLD081926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan  5 00:26:32 2014
New Revision: 338710
URL: http://svnweb.freebsd.org/changeset/ports/338710

Log:
  Support stage

Modified:
  head/audio/vorbisgain/Makefile

Modified: head/audio/vorbisgain/Makefile
==============================================================================
--- head/audio/vorbisgain/Makefile	Sun Jan  5 00:26:29 2014	(r338709)
+++ head/audio/vorbisgain/Makefile	Sun Jan  5 00:26:32 2014	(r338710)
@@ -10,19 +10,19 @@ MASTER_SITES=	http://sjeng.org/ftp/vorbi
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050026.s050QXLD081926>