36 lines
691 B
Makefile
Executable File
36 lines
691 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:10:53 espie Exp $
|
|
|
|
COMMENT= rendering for complex writing systems
|
|
|
|
DISTNAME= graphite2-1.2.1
|
|
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>
|