mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Add knob for --enable-recursive
- Take maintainership PR: ports/73791 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
parent
0cd2ecfdb7
commit
07f579af40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121341
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user