diff options
author | mm <mm@FreeBSD.org> | 2011-03-22 16:23:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-22 16:23:22 +0800 |
commit | e8c0b213b546203878f8e624da82c832e88edac2 (patch) | |
tree | 54852d0fc3d16197c922257f0264389affdfc458 /converters | |
parent | 3e2250c4847e80d13b7b24d587650b0843e8db7b (diff) | |
download | freebsd-ports-gnome-e8c0b213b546203878f8e624da82c832e88edac2.tar.gz freebsd-ports-gnome-e8c0b213b546203878f8e624da82c832e88edac2.tar.zst freebsd-ports-gnome-e8c0b213b546203878f8e624da82c832e88edac2.zip |
- Add LICENSE_FILE(s)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 195c2002030a..ab648b2e8613 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -39,6 +39,9 @@ OPTIONS= BUNDLED_LIBS "Use Qt-bundled jpeg, mng, png and tiff" off LICENSE= GPLv3 LGPL3 LGPL21 LICENSE_COMB= multi +LICENSE_FILE_GPLv3= ${INSTALL_WRKSRC}/COPYING +LICENSE_FILE_LGPL3= ${INSTALL_WRKSRC}/COPYING.LGPL +LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.LGPL CONFIGURE_ARGS= -prefix ${WRKDIR}/wkqt \ -release -static -fast -exceptions -no-accessibility -no-stl \ |