diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-15 17:22:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-15 17:22:08 +0000 |
commit | 90dd370ab77646c5922ee58ba4ee54b19ce89306 (patch) | |
tree | 38e9c546be0b8f8607be173152837d37bb69432d /graphics/dcraw | |
parent | 8ef0a14677798f284b100827969cb86e41f53759 (diff) |
Add LICENSE
- Update WWW
Notes
Notes:
svn path=/head/; revision=445884
Diffstat (limited to 'graphics/dcraw')
-rw-r--r-- | graphics/dcraw/Makefile | 2 | ||||
-rw-r--r-- | graphics/dcraw/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index a6f7856a2568..20eaedbeaa38 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder for RAW files from digital cameras +LICENSE= GPLv2+ + LIB_DEPENDS= libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 diff --git a/graphics/dcraw/pkg-descr b/graphics/dcraw/pkg-descr index 3b296e4824f9..ac59b9e8488c 100644 --- a/graphics/dcraw/pkg-descr +++ b/graphics/dcraw/pkg-descr @@ -5,4 +5,4 @@ portable (standard C libraries only), free (both "gratis" and "libre"), and when used skillfully, produces better-quality output than the tools provided by the camera vendor. -WWW: http://www.cybercom.net/~dcoffin/dcraw/ +WWW: https://www.cybercom.net/~dcoffin/dcraw/ |