mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e0cf24237e
Feature safe: yes
33 lines
794 B
Makefile
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>
|