diff options
author | riggs <riggs@FreeBSD.org> | 2014-02-25 03:33:01 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-02-25 03:33:01 +0800 |
commit | 8f50b62dcd1e470791b198b59540e3d3aad0eedf (patch) | |
tree | 83649809d05fd7d4751e01af8f7dda787546e5f1 /audio | |
parent | 48691bd09f1dbf23d2e4a5481317af8e16233a65 (diff) | |
download | freebsd-ports-gnome-8f50b62dcd1e470791b198b59540e3d3aad0eedf.tar.gz freebsd-ports-gnome-8f50b62dcd1e470791b198b59540e3d3aad0eedf.tar.zst freebsd-ports-gnome-8f50b62dcd1e470791b198b59540e3d3aad0eedf.zip |
- Fix USE_AUTOTOOLS, Makefile_am in distfile
- Introduce LICENSE_*
PR: ports/186907
Submitted by: Takefu <takefu@airport.fm> (maintainer)
Approved by: thierry, jadawin (mentors)
Diffstat (limited to 'audio')
-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> |