aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-08 21:02:58 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-08 21:02:58 +0800
commit0811d6d35b4980a4d134121592700bf051bbef92 (patch)
tree32293fb6ae5fbdcaced916c4932caec7f0ca8880 /graphics
parentc345618f9e022d37648b7dc65e42eaa4f7206774 (diff)
downloadfreebsd-ports-gnome-0811d6d35b4980a4d134121592700bf051bbef92.tar.gz
freebsd-ports-gnome-0811d6d35b4980a4d134121592700bf051bbef92.tar.zst
freebsd-ports-gnome-0811d6d35b4980a4d134121592700bf051bbef92.zip
- Clarify LICENSE
- Minor style nits
Diffstat (limited to 'graphics')
-rw-r--r--graphics/openjpeg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile
index b88ff9ad9642..4ab1fafa6142 100644
--- a/graphics/openjpeg/Makefile
+++ b/graphics/openjpeg/Makefile
@@ -5,21 +5,20 @@ PORTNAME= openjpeg
PORTVERSION= 1.5.0
PORTREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source JPEG 2000 codec
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= BSD2CLAUSE
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
libpng15.so:${PORTSDIR}/graphics/png \
liblcms2.so:${PORTSDIR}/graphics/lcms2
+USES= cmake dos2unix
DOS2UNIX_FILES= libopenjpeg/opj_malloc.h
GNU_CONFIGURE= yes
-USES= cmake dos2unix
USE_LDCONFIG= yes
.include <bsd.port.mk>