1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/graphite2/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

19 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.2.4
CATEGORIES= graphics print
MASTER_SITES= SF/silgraphite/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
USES= cmake iconv tar:tgz
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
post-patch:
@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>