pkgsrc/fonts/py-fonttools/Makefile
wiz 9958318af0 Update to 2.4:
TTX/FontTools Version 2.4
- Option to write to arbitrary files
- Better dump format for DSIG
- Better detection of OTF XML
- Fix issue with Apple's kern table format
- Fix mangling of TT glyph programs
- Fix issues related to mona.ttf
- Fix Windows Installer instructions
- Fix some modern MacOS issues
- Fix minor issues and typos
2014-01-19 17:45:51 +00:00

24 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.22 2014/01/19 17:45:51 wiz Exp $
DISTNAME= fonttools-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fonttools/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fonttools.sourceforge.net/
COMMENT= Library for manipulating fonts
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.4
SUBST_CLASSES+= fix-mandir
SUBST_STAGE.fix-mandir= pre-configure
SUBST_FILES.fix-mandir= setup.py
SUBST_SED.fix-mandir= -e 's|share/man/man1|${PKGMANDIR}/man1|g'
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"