Changes: https://sourceforge.net/p/silgraphite/mailman/message/36498161/ Changes: https://github.com/silnrsi/graphite/compare/1.3.12...1.3.13 ABI: https://abi-laboratory.pro/tracker/timeline/graphite/
25 lines
484 B
Makefile
25 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphite2
|
|
PORTVERSION= 1.3.13
|
|
CATEGORIES= graphics print
|
|
|
|
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
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= silnrsi
|
|
GH_PROJECT= graphite
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/pkgconfig|data&|' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|