15739811c9
slightly modified by me. Python module using FontTools to query TTF font files for metadata and font outlines in a cross-platform manner. Includes support for scanning for installed system TTF files on common platforms.
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/19 00:43:53 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= TTFQuery-0.2.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttfquery/}
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://ttfquery.sourceforge.net/
|
|
COMMENT= Query TTF font files for metadata and font outlines
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools
|
|
|
|
USE_BUILDLINK3= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|