opnsense-ports/graphics/graphite2/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

23 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.3.8
CATEGORIES= graphics print
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
LICENSE= GPLv2 LGPL21 MPL
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>