summaryrefslogtreecommitdiff
path: root/fonts/py-fonttools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/py-fonttools/Makefile')
-rw-r--r--fonts/py-fonttools/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
new file mode 100644
index 00000000000..92ad9e73041
--- /dev/null
+++ b/fonts/py-fonttools/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/19 00:22:41 minskim Exp $
+#
+
+DISTNAME= fonttools-2.0b1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fonttools/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://fonttools.sourceforge.net/
+COMMENT= Library for manipulating fonts
+
+WRKSRC= ${WRKDIR}/fonttools
+USE_BUILDLINK3= yes
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+PLIST_SUBST+= FONTTOOLSPTH=${FONTTOOLSPTH}
+
+.include "../../lang/python/extension.mk"
+.if !empty(PYPKGPREFIX:M*pth)
+FONTTOOLSPTH= ""
+.else
+FONTTOOLSPTH= "@comment "
+.endif
+
+.include "../../math/py-Numeric/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"