aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LEGAL1
-rw-r--r--audio/faac/Makefile15
2 files changed, 10 insertions, 6 deletions
diff --git a/LEGAL b/LEGAL
index 9027b6a3a399..e5d4743251fa 100644
--- a/LEGAL
+++ b/LEGAL
@@ -84,7 +84,6 @@ etqw* games/linux-etqw-demo-server Redistribution limited
etqw* games/linux-etqw-server Redistribution limited
ezmlm-* mail/ezmlm No license -- see http://cr.yp.to/softwarelaw.html
ezmlm-* mail/ezmlm-idx No license -- see http://cr.yp.to/softwarelaw.html
-faac* audio/faac Restrictive copyright (do not sell for profit)
fasta2* biology/fasta May not be sold or incorporated into a commercial product
fasta3* biology/fasta3 May not be sold or incorporated into a commercial product
festival/festlex_OALD* audio/festlex-oald No commercial use
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index f09dd51350d9..26a442c812cb 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -3,18 +3,23 @@
PORTNAME= faac
PORTVERSION= 1.28
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
-LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2
+LICENSE= GPLv2 LGPL21+ ISO
+LICENSE_COMB= multi
+LICENSE_NAME_ISO= ISO/IEC14496
+LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE_ISO= ${WRKSRC}/README
+LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-RESTRICTED= Distribution in binary form is prohibited
+LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2
-USES= autoreconf dos2unix gmake libtool tar:bzip2
+USES= autoreconf gmake libtool tar:bzip2
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mp4v2
@@ -25,6 +30,6 @@ USE_LDCONFIG= yes
post-patch:
@${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h
@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
- ${WRKSRC}/frontend/main.c \
+ ${WRKSRC}/frontend/main.c
.include <bsd.port.mk>