diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /graphics | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exrtools/Makefile | 4 | ||||
-rw-r--r-- | graphics/iec16022/Makefile | 4 | ||||
-rw-r--r-- | graphics/recoverjpeg/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index f7de2614857f..e44bf4480a2d 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://scanline.ca/exrtools/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utilities for manipulating with HDR images in OpenEXR format +LICENSE= GPLv2 + LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg @@ -26,8 +28,6 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -LICENSE= GPLv2 - PLIST_FILES= bin/exrblur bin/exrchr bin/exricamtm bin/exrnlm \ bin/exrnormalize bin/exrpptm bin/exrstats \ bin/exrtopng bin/jpegtoexr bin/pngtoexr bin/ppmtoexr diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 0a987f4c935a..4596d25fe603 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create 2D barcodes, also known as DataMatrix +LICENSE= GPLv2 + LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes @@ -24,8 +26,6 @@ MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LICENSE= GPLv2 - MAN1= iec16022.1 post-patch: diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 9ad5ab718d6b..1b5586390c25 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.rfc1149.net/download/recoverjpeg/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral +LICENSE= GPLv2 + GNU_CONFIGURE= yes MANCOMPRESSED= no MAKE_JOBS_SAFE= yes @@ -21,8 +23,6 @@ MAKE_JOBS_SAFE= yes # recoverjpeg scripts require many dependencies OPTIONS= SCRIPTS "Install sort-pictures script" off -LICENSE= GPLv2 - PLIST_FILES= bin/recoverjpeg MAN1= recoverjpeg.1 |