aboutsummaryrefslogtreecommitdiffstats
path: root/print/ttfquery/Makefile
blob: 5567730bc2833c39c433984d3b278d5c38a2edc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# Ports collection makefile for:    TTFQuery
# Date created:         Jan 5, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ttfquery
PORTVERSION=    1.0.1
CATEGORIES= print
MASTER_SITES=   SF
DISTNAME=   TTFQuery-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    FontTools-based package for querying system fonts

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/FontTools.pth:${PORTSDIR}/print/py-fonttools \
        ${PYNUMPY}

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    TTFQuery

.include <bsd.port.mk>