c1b44346cd
until proven otherwise.
24 lines
773 B
Makefile
24 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:05 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 34 # 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"
|