2013-08-10 18:36:30 +00:00

36 lines
695 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.3 2013/08/10 18:36:30 ajacoutot Exp $
COMMENT= rendering for complex writing systems
DISTNAME= graphite2-1.2.3
EXTRACT_SUFX= .tgz
SHARED_LIBS= graphite2 0.0 # 3.0.1
CATEGORIES= graphics
HOMEPAGE= http://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m stdc++
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
MODULES= devel/cmake \
lang/python
MODPY_BUILDDEP= No
MODPY_RUNDEP= No
TEST_DEPENDS=${MODPY_RUN_DEPENDS}
# regress tests need python
pre-test:
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
.include <bsd.port.mk>