diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
commit | 673993cdd17dce02c99c09b32bebc86f558c621e (patch) | |
tree | d8addeb1c45e78ff8eaaedd4b328673389cc57ec /textproc/libebml | |
parent | 7703e0ab2f144ad925d487170230c9df15d4fb23 (diff) | |
download | freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.gz freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.zst freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.zip |
Add LICENSE* information
Diffstat (limited to 'textproc/libebml')
-rw-r--r-- | textproc/libebml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index 0e53010d926f..43d4b3b78ad2 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \ MAINTAINER= multimedia@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL + USE_BZIP2= yes USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/make/linux |