freebsd-ports/graphics/graphite2/Makefile
Sunpoet Po-Chuan Hsieh 41d01fc33d Update to 1.3.11
- Add LICENSE_FILE

Changes:	https://github.com/silnrsi/graphite/releases
2018-03-06 20:31:35 +00:00

24 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.3.11
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
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>