diff options
author | bsam <bsam@FreeBSD.org> | 2013-07-31 21:10:57 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-07-31 21:10:57 +0800 |
commit | b1d6946cf27893ce63f6d31c9c22a00d18824bf3 (patch) | |
tree | b6ac2ca7158f659e23f3d81b8ecf649309442192 /graphics | |
parent | 2fec84e5be1599c59b35f1d0a53a8ff29445dff4 (diff) | |
download | freebsd-ports-gnome-b1d6946cf27893ce63f6d31c9c22a00d18824bf3.tar.gz freebsd-ports-gnome-b1d6946cf27893ce63f6d31c9c22a00d18824bf3.tar.zst freebsd-ports-gnome-b1d6946cf27893ce63f6d31c9c22a00d18824bf3.zip |
. add license (ZLIB);
. use LICENSE_FILE (it contains a Copyright note);
. bump PORTREVISION;
. remove a commented line.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/icc-profiles-openicc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/icc-profiles-openicc/Makefile b/graphics/icc-profiles-openicc/Makefile index 6753b74b5885..e122a9731430 100644 --- a/graphics/icc-profiles-openicc/Makefile +++ b/graphics/icc-profiles-openicc/Makefile @@ -2,16 +2,18 @@ PORTNAME= icc-profiles-openicc PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/openicc/OpenICC-Profiles +MAINTAINER= bsam@FreeBSD.org COMMENT= Color data for color managed applications -MAINTAINER= bsam@FreeBSD.org +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING # Has a Copyright note USE_BZIP2= yes GNU_CONFIGURE= yes -#USE_GMAKE= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} |