1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/graphics/openjpeg15/Makefile
Sunpoet Po-Chuan Hsieh 8bf6fc38b1 - Sort LIB_DEPENDS
- Add CPE information
- Use PORTDOCS
- Update WWW and pkg-descr
- Take maintainership
2014-08-29 17:31:36 +00:00

29 lines
590 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= sunpoet@FreeBSD.org
COMMENT= Open-source JPEG 2000 codec
LICENSE= BSD2CLAUSE
LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libpng15.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
.include <bsd.port.mk>