diff options
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index c464776fc7d..565c30c5abe 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -1,29 +1,25 @@ -# $NetBSD: Makefile,v 1.12 2012/09/11 23:59:31 asau Exp $ -# +# $NetBSD: Makefile,v 1.13 2017/07/23 16:01:14 adam Exp $ -DISTNAME= faac-1.28 +DISTNAME= faac-1.29.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} +#EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.audiocoding.com/ +HOMEPAGE= http://faac.sourceforge.net/ COMMENT= AAC audio encoder +LICENSE= gnu-gpl-v2 -RESTRICTED= This software may require the payment of patent royalties +RESTRICTED= This software may require the payment of patent royalties NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -USE_LIBTOOL= yes -USE_TOOLS+= automake -GNU_CONFIGURE= yes - -LIBTOOLIZE= ${PREFIX}/bin/libtoolize +USE_LIBTOOL= yes +USE_TOOLS+= aclocal autoconf autoheader automake +GNU_CONFIGURE= yes pre-configure: - cd ${WRKSRC}; \ - ${LIBTOOLIZE} --automake; \ - aclocal; autoheader; automake -a --foreign -i; autoconf - -.include "options.mk" + cd ${WRKSRC} && aclocal -I . && autoheader && libtoolize --automake \ + && automake -a && autoconf .include "../../mk/bsd.pkg.mk" |