freebsd-ports/graphics/graphite2/Makefile
Po-Chuan Hsieh f39002cd8b
graphics/graphite2: Update TEST_DEPENDS
% make test
[  0% 1/1] cd /wrkdirs/usr/ports/graphics/graphite2/work/.build && /usr/local/bin/ctest --force-new-ctest-process
Test project /wrkdirs/usr/ports/graphics/graphite2/work/.build
      Start  1: padauk1
 1/90 Test  #1: padauk1 ..........................   Passed    0.00 sec
...
      Start 90: vm-test-direct-threading
90/90 Test #90: vm-test-direct-threading .........   Passed    0.15 sec

100% tests passed, 0 tests failed out of 90
2022-01-24 03:09:46 +08:00

24 lines
643 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}fonttools>0:print/py-fonttools@${PY_FLAVOR}
USES= cmake compiler:c++11-lib cpe python:3.7+,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>