diff options
author | riggs <riggs@FreeBSD.org> | 2016-06-18 19:27:40 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-06-18 19:27:40 +0800 |
commit | 25247b799686d79bed5593a9097f147143cffbd5 (patch) | |
tree | fef52176ddd52b7efc75fb284fb1ec5eecffe7a0 /audio | |
parent | 3ab55ed2becfb0e4186c40cf0ef00057b03a8f6d (diff) | |
download | freebsd-ports-gnome-25247b799686d79bed5593a9097f147143cffbd5.tar.gz freebsd-ports-gnome-25247b799686d79bed5593a9097f147143cffbd5.tar.zst freebsd-ports-gnome-25247b799686d79bed5593a9097f147143cffbd5.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 |