mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
79eb067db0
- Add LICENSE_FILE - Add upstream patches [1] Obtained from:a4e93c3b0a
[1]c16c91797f
[1]55dbf8acff
[1] Security: a233d51f-5d4c-11e5-9ad8-14dae9d210b8 MFH: 2015Q3
32 lines
697 B
Makefile
32 lines
697 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openjpeg
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Open-source JPEG 2000 codec
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
|
libpng.so:${PORTSDIR}/graphics/png \
|
|
libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= cmake cpe pkgconfig
|
|
|
|
PLIST_SUB= VER=${PORTVERSION:R}
|
|
|
|
GH_ACCOUNT= uclouvain
|
|
#GH_TAGNAME= version.${PORTVERSION:R}
|
|
GH_TAGNAME= 9c911c0
|
|
USE_GITHUB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$${OPENJPEG_INSTALL_LIB_DIR}/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|