aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-07-13 04:51:02 +0800
committerosa <osa@FreeBSD.org>2003-07-13 04:51:02 +0800
commita96ef3fcdcf761c253609625e4b012c9af0c5840 (patch)
treed9c079d989237bbd0f10d45b0ae44bfa7a9cbf84 /audio
parentf046d08fcf3a6d1ef0e69b698023d385034d1819 (diff)
downloadfreebsd-ports-gnome-a96ef3fcdcf761c253609625e4b012c9af0c5840.tar.gz
freebsd-ports-gnome-a96ef3fcdcf761c253609625e4b012c9af0c5840.tar.zst
freebsd-ports-gnome-a96ef3fcdcf761c253609625e4b012c9af0c5840.zip
Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONG
Approved by: maintainer PR: 50798
Diffstat (limited to 'audio')
-rw-r--r--audio/faad/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 7c0844d25909..2adef537fb29 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -9,19 +9,20 @@ PORTNAME= faad2
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= http://faac.sourceforge.net/files/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= faac
MAINTAINER= sean@sfarc.net
COMMENT= A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder
-LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= --add-missing
+USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes