28 lines
586 B
Makefile
28 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/12/27 22:38:25 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= faac-1.25
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.audiocoding.com/
|
|
COMMENT= AAC audio encoder
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= automake
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/faac
|
|
|
|
LIBTOOLIZE= ${PREFIX}/bin/libtoolize
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; \
|
|
${LIBTOOLIZE} --automake; \
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|