freebsd-ports/audio/fdk-aac/Makefile
Martin Matuska b9fc8f703b Pass LIBS="-lm" to configure environment
Suggested by:	RyoTa SimaMoto on freebsd-ports@
Feature safe:	yes
2012-10-21 12:37:33 +00:00

33 lines
811 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.0
PORTREVISION= 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}/COPYING
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>