diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-02-24 19:33:01 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-02-24 19:33:01 +0000 |
commit | 3f1b83cb5a707d38a3aff585291172e8ecde7791 (patch) | |
tree | 83649809d05fd7d4751e01af8f7dda787546e5f1 /audio/libaacplus/Makefile | |
parent | b8d9710e939c56502fd8cc96e5b252bffa3ac4b0 (diff) |
- Fix USE_AUTOTOOLS, Makefile_am in distfile
- Introduce LICENSE_*
PR: ports/186907
Submitted by: Takefu <takefu@airport.fm> (maintainer)
Approved by: thierry, jadawin (mentors)
Notes
Notes:
svn path=/head/; revision=345893
Diffstat (limited to 'audio/libaacplus/Makefile')
-rw-r--r-- | audio/libaacplus/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index ca1027909076..e374cf1562c9 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -14,6 +14,11 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\ MAINTAINER= takefu@airport.fm COMMENT= HE-AAC+ Codec as Shared Library +LICENSE= libaacplus +LICENSE_NAME= 3GPP +LICENSE_TEXT= ${RESTRICTED} +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept + RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies CONFLICTS= aacplusenc-0* @@ -21,7 +26,7 @@ CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 USES= pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool libtoolize aclocal autoheader automake +USE_AUTOTOOLS= libtoolize aclocal autoheader automake PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -50,5 +55,7 @@ pre-configure: ${WRKSRC}/aacplus.pc.in @${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' \ ${WRKSRC}/aacplus.spec.in + @${REINPLACE_CMD} -e 's,INCLUDES,AM_CPPFLAGS,'\ + ${WRKSRC}/frontend/Makefile.am ${WRKSRC}/src/Makefile.am .include <bsd.port.mk> |