1PORTNAME= graphite2 2PORTVERSION= 1.3.14 3CATEGORIES= graphics print 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Rendering capabilities for complex non-Roman writing systems 7 8LICENSE= gpl2 lgpl2.1 9LICENSE_COMB= dual 10 11USES= cmake compiler:c++11-lib cpe 12CPE_VENDOR= sil 13USE_LDCONFIG= yes 14 15USE_GITHUB= yes 16GH_ACCOUNT= silnrsi 17GH_PROJECT= graphite 18 19post-patch: 20 @${REINPLACE_CMD} -e 's|/pkgconfig|data&|' ${WRKSRC}/CMakeLists.txt 21 22.include <bsd.port.mk> 23