From 441b06e3e4022fda666278330dac65af0e4afa5d Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 12 Jul 2003 20:51:02 +0000 Subject: Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONG Approved by: maintainer PR: 50798 --- audio/faad/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/faad') 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 -- cgit v1.2.3