mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
23 lines
422 B
Makefile
23 lines
422 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= graphite2
|
|
PORTVERSION= 1.3.10
|
|
CATEGORIES= graphics print
|
|
#MASTER_SITES= http://projects.palaso.org/attachments/download/434/ SF/silgraphite/${PORTNAME}
|
|
PKGNAMEPREFIX= lib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= silnrsi
|
|
GH_PROJECT= graphite
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Rendering capabilities for complex non-Roman writing systems
|
|
|
|
USES= cmake tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|