diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 00:22:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 00:22:41 +0000 |
commit | a5558834b65a5205c5ae362e69b7450475e7903c (patch) | |
tree | ce067d98b4f5804fbd020e14174842eefe74eeb8 /fonts/py-fonttools/Makefile | |
parent | c110982b071812354650058208a2f552597591bf (diff) | |
download | pkgsrc-a5558834b65a5205c5ae362e69b7450475e7903c.tar.gz |
Import py-fonttools from pkgsrc-wip. Packaged by Michal Pasternak and
modified by me.
FontTools is a library for manipulating fonts, written in Python. It
supports TrueType, OpenType, AFM and to an extent Type 1 and some
Mac-specific formats.
This package also includes TTX: a tool to convert OpenType and TrueType
fonts to and from XML.
Diffstat (limited to 'fonts/py-fonttools/Makefile')
-rw-r--r-- | fonts/py-fonttools/Makefile | 29 |
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" |