ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

37 lines
707 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.5 2015/05/22 11:31:15 ajacoutot Exp $
COMMENT= rendering for complex writing systems
DISTNAME= graphite2-1.2.4
EXTRACT_SUFX= .tgz
REVISION= 0
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>