aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-08 09:03:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-08 09:03:59 +0000
commitc9ac89b0e1a9bd967c42acf6d56f9c6653044861 (patch)
treef788ea2ec0711aed97f0dbb44b94f998ca71a5bd /audio/libvorbis
parent7ee006db01f4f00b6f5384a89b826f33140b279b (diff)
downloadports-c9ac89b0e1a9bd967c42acf6d56f9c6653044861.tar.gz
ports-c9ac89b0e1a9bd967c42acf6d56f9c6653044861.zip
- Add LICENSE
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=469367
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 62000cebd812..9c9123a7f930 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -11,6 +11,9 @@ MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
MAINTAINER= naddy@FreeBSD.org
COMMENT= Audio compression codec library
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libogg.so:audio/libogg
USES= libtool pathfix tar:xz