mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
097c01dd0a
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports
25 lines
535 B
Makefile
25 lines
535 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openjpeg
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/openjpeg.mirror/${PORTVERSION}/
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open-source JPEG 2000 codec
|
|
|
|
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
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|