aboutsummaryrefslogtreecommitdiff
path: root/graphics/openjpeg/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-26 14:42:44 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-26 14:42:44 +0000
commit097c01dd0ace18abed4d23be1149c3197bf26482 (patch)
treeb4fd1c0da900b47d7f7bd9ff430fdf2a56aa044d /graphics/openjpeg/Makefile
parent87071670038c8619010478caa9a161eb3f9da989 (diff)
downloadports-097c01dd0ace18abed4d23be1149c3197bf26482.tar.gz
ports-097c01dd0ace18abed4d23be1149c3197bf26482.zip
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports
Notes
Notes: svn path=/head/; revision=355352
Diffstat (limited to 'graphics/openjpeg/Makefile')
-rw-r--r--graphics/openjpeg/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile
index 8ed62e61abab..0d32394db9e2 100644
--- a/graphics/openjpeg/Makefile
+++ b/graphics/openjpeg/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= openjpeg
-PORTVERSION= 1.5.2
+PORTVERSION= 2.1.0
CATEGORIES= graphics
MASTER_SITES= SF/openjpeg.mirror/${PORTVERSION}/
+#??
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source JPEG 2000 codec
@@ -15,9 +16,9 @@ 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 pkgconfig
USE_LDCONFIG= yes
+PLIST_SUB= VER=${PORTVERSION:R}
+
.include <bsd.port.mk>