diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-20 15:28:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-20 15:28:13 +0000 |
commit | c6172f11e8340729d2abdb45180c8890bd62fa10 (patch) | |
tree | 8f0a16a82e9dc054a1c8349de4e64f623f228e53 /audio | |
parent | 8109611cf593f970b8a259ec7d675aaa52c9f79c (diff) | |
download | freebsd-ports-c6172f11e8340729d2abdb45180c8890bd62fa10.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 |