mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
511c49bdec
PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
27 lines
557 B
Makefile
27 lines
557 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|