1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/graphite2/Makefile
Bernhard Froehlich 21f5c0ce64
graphics/graphite2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:18:00 +00:00

25 lines
640 B
Makefile

PORTNAME= graphite2
DISTVERSION= 1.3.14
CATEGORIES= graphics print
MASTER_SITES= https://github.com/silnrsi/graphite/releases/download/${DISTVERSION}/
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
LICENSE= GPLv2 LGPL21 MPL20
LICENSE_COMB= dual
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools3>0:print/py-fonttools3@${PY_FLAVOR}
USES= cmake compiler:c++11-lib cpe python:test tar:tgz
USE_LDCONFIG= yes
CPE_VENDOR= sil
TEST_TARGET= test
post-patch:
@${REINPLACE_CMD} -e 's|/pkgconfig|data&|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>