svn commit: r338710 - head/audio/vorbisgain

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:26:33 UTC 2014


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 at 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


More information about the svn-ports-all mailing list