1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/openjpeg15/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>