mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
34 lines
618 B
Makefile
34 lines
618 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openjpeg
|
|
PORTVERSION= 1.5.2
|
|
DISTVERSIONPREFIX= version.
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Open-source JPEG 2000 codec
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
|
libpng.so:graphics/png \
|
|
libtiff.so: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
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|