mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
8bf6fc38b1
- Add CPE information - Use PORTDOCS - Update WWW and pkg-descr - Take maintainership
29 lines
590 B
Makefile
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>
|