1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/openjpeg/Makefile
Dirk Meyer 5dcc37da05 - make portlint happier
- fix path in pkg_config file
Submitted by:	Zhihao Yuan
2012-06-16 08:46:05 +00:00

31 lines
595 B
Makefile

# New ports collection makefile for: openjpeg
# Date created: 2007-01-13
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= openjpeg
PORTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An open-source JPEG 2000 codec
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
png15:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
MAN1= image_to_j2k.1 j2k_dump.1 j2k_to_image.1
MAN3= libopenjpeg.3
.include <bsd.port.mk>