diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-06-13 12:41:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-06-13 12:41:33 +0000 |
commit | c761d487286eb31ad14abbda5b5000157faa36eb (patch) | |
tree | 878721893ce3f3f59a7db7f72b5cd9da50453a3d /textproc | |
parent | f94a7186b753a998846be40fae5c3b3431a7f233 (diff) | |
download | ports-c761d487286eb31ad14abbda5b5000157faa36eb.tar.gz ports-c761d487286eb31ad14abbda5b5000157faa36eb.zip |
Notes
Diffstat (limited to 'textproc')
-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 |