Add files from parent branch HEAD:
[pkgsrcv2.git] / audio / faac / Makefile
1 # $NetBSD: Makefile,v 1.10 2009/08/05 11:22:38 ahoka Exp $
2 #
3
4 DISTNAME=       faac-1.28
5 CATEGORIES=     audio
6 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=faac/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://www.audiocoding.com/
10 COMMENT=        AAC audio encoder
11
12 RESTRICTED=     This software may require the payment of patent royalties
13 NO_BIN_ON_CDROM=        ${RESTRICTED}
14 NO_BIN_ON_FTP=          ${RESTRICTED}
15
16 PKG_DESTDIR_SUPPORT=    user-destdir
17
18 USE_LIBTOOL=    yes
19 USE_TOOLS+=     automake
20 GNU_CONFIGURE=  yes
21
22 LIBTOOLIZE=     ${PREFIX}/bin/libtoolize
23
24 pre-configure:
25         cd ${WRKSRC};                                           \
26         ${LIBTOOLIZE} --automake;                               \
27         aclocal; autoheader; automake -a --foreign -i; autoconf
28
29 .include "options.mk"
30
31 .include "../../mk/bsd.pkg.mk"