1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Clarify LICENSE

- Minor style nits
This commit is contained in:
Dmitry Marakasov 2014-05-08 13:02:58 +00:00
parent af8348bb5b
commit 2a73a21eaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353291

View File

@ -5,21 +5,20 @@ PORTNAME= openjpeg
PORTVERSION= 1.5.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source JPEG 2000 codec
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
libpng15.so:${PORTSDIR}/graphics/png \
liblcms2.so:${PORTSDIR}/graphics/lcms2
USES= cmake dos2unix
DOS2UNIX_FILES= libopenjpeg/opj_malloc.h
GNU_CONFIGURE= yes
USES= cmake dos2unix
USE_LDCONFIG= yes
.include <bsd.port.mk>