diff options
author | naddy <naddy@FreeBSD.org> | 2016-06-20 23:28:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2016-06-20 23:28:13 +0800 |
commit | 035565fc18236a7f5d384d2bd2868fcd8bbe58b6 (patch) | |
tree | 8f0a16a82e9dc054a1c8349de4e64f623f228e53 /audio | |
parent | 614283050af54876627426841c424abcc3da2dec (diff) | |
download | freebsd-ports-gnome-035565fc18236a7f5d384d2bd2868fcd8bbe58b6.tar.gz freebsd-ports-gnome-035565fc18236a7f5d384d2bd2868fcd8bbe58b6.tar.zst freebsd-ports-gnome-035565fc18236a7f5d384d2bd2868fcd8bbe58b6.zip |
Add license information.
PR: 210126
Submitted by: takefu@airport.fm
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 030075abaef5..28f6ea1bce03 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -3,13 +3,15 @@ PORTNAME= libao PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library +LICENSE= GPLv2 + USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |