d07f933469
- Update WWW
32 lines
629 B
Makefile
32 lines
629 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openjpeg
|
|
PORTVERSION= 1.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Open-source JPEG 2000 codec
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
|
libpng.so:${PORTSDIR}/graphics/png \
|
|
libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOS2UNIX_FILES= libopenjpeg/opj_malloc.h
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= cmake cpe dos2unix
|
|
|
|
PORTDOCS= CHANGES LICENSE
|
|
|
|
GH_ACCOUNT= uclouvain
|
|
GH_TAGNAME= version.${PORTVERSION}
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|