1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 00:26:32 +00:00
parent 17cc40e1ba
commit dedc47ff09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338710

View File

@ -10,19 +10,19 @@ MASTER_SITES= http://sjeng.org/ftp/vorbis/
MAINTAINER= gamato@users.sf.net MAINTAINER= gamato@users.sf.net
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file 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 LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
NO_STAGE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
MAN1= vorbisgain.1 PLIST_FILES= bin/vorbisgain \
PLIST_FILES= bin/vorbisgain man/man1/vorbisgain.1.gz
.if defined(WITH_RECURSIVE) RECURSIVE_CONFIGURE_ARGS= --enable-recursive
CONFIGURE_ARGS= --enable-recursive
.endif
pre-configure: pre-configure:
@${CHMOD} +x ${WRKSRC}/configure @${CHMOD} +x ${WRKSRC}/configure