diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-06-18 11:27:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-06-18 11:27:40 +0000 |
commit | cb36beec1ccdf6574bc725ced4b70e0fe291b5c5 (patch) | |
tree | fef52176ddd52b7efc75fb284fb1ec5eecffe7a0 /audio | |
parent | 726f2d9d6f3a34839c1be96039b408092f3234ff (diff) | |
download | freebsd-ports-cb36beec1ccdf6574bc725ced4b70e0fe291b5c5.zip |
Add LICENSE*, minor cleanups, bump PORTREVISION
PR: 209960
Submitted by: takefu@airport.fm
Reviewed by: riggs
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faad/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index fbebc6d29ab8..70b754244e17 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -3,7 +3,7 @@ PORTNAME= faad2 PORTVERSION= 2.7 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -11,7 +11,10 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -USES= autoreconf dos2unix gmake libtool tar:bzip2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib |