diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-13 18:52:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-13 18:52:39 +0800 |
commit | 40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250 (patch) | |
tree | fc2643cd0d9e7c6d6d96446b63554aca4a26249b /audio/liba52/Makefile | |
parent | 0f415a134277003ab4ac9bc3ddb890af8f007571 (diff) | |
download | freebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.tar.gz freebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.tar.zst freebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.zip |
Add LICENSE* information
Diffstat (limited to 'audio/liba52/Makefile')
-rw-r--r-- | audio/liba52/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 35333db2ebfb..4d0fa8e08e15 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -15,6 +15,9 @@ DISTNAME= a52dec-${PORTVERSION:S/.b/b/} MAINTAINER= multimedia@FreeBSD.org COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes MAKE_JOBS_SAFE= yes |