freebsd-ports/graphics/graphite2/Makefile
Sunpoet Po-Chuan Hsieh ed907d6a20 Update LICENSE
2017-09-24 18:49:11 +00:00

23 lines
436 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.3.10
CATEGORIES= graphics print
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
LICENSE= GPLv2 LGPL21 MPL20
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= silnrsi
GH_PROJECT= graphite
USES= cmake
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>