diff options
author | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
commit | 149e813f6a1487db553bc87315ad1fc29c888faf (patch) | |
tree | 88be4e0d39878c0e038c84db67f8fef447b25a77 /www | |
parent | 336ae912f8173c42b1c8043be06f476e97d3cba7 (diff) | |
download | freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.gz freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.zst freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.zip |
Add LICENSE and LICENSE_FILE to my ports.
Diffstat (limited to 'www')
-rw-r--r-- | www/llgal/Makefile | 3 | ||||
-rw-r--r-- | www/newsbeuter/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/llgal/Makefile b/www/llgal/Makefile index c7a7d42c3079..2a182078c11b 100644 --- a/www/llgal/Makefile +++ b/www/llgal/Makefile @@ -23,6 +23,9 @@ RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \ convert:${PORTSDIR}/graphics/ImageMagick +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index 9ab14f34b1cb..bbbf0ec1c9e4 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -15,6 +15,9 @@ COMMENT= An RSS feed reader for the text console LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \ curl.6:${PORTSDIR}/ftp/curl +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_GMAKE= yes USE_GETTEXT= yes USE_PERL5_BUILD=yes |