1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/fdk-aac/Makefile
Martin Matuska e0cf24237e Update fdk-aac to 0.1.1
Feature safe:	yes
2012-11-25 08:43:15 +00:00

33 lines
794 B
Makefile

# New ports collection makefile for: fdk-aac
# Date created: 6 Aug 2012
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fdk-aac
PORTVERSION= 0.1.1
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= mm@FreeBSD.org
COMMENT= Port of the Fraunhofer FDK AAC Codec Library
NOT_FOR_ARCHS= sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
LICENSE= FRAUNHOFER_FDK_AAC
LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android
LICENSE_FILE= ${WRKSRC}/NOTICE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-lm"
post-patch:
@${REINPLACE_CMD} -E -e \
's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>