mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
3e7fcd5444
PR: 176566 Submitted by: ports fury
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ttfquery
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= CHEESESHOP
|
|
DISTNAME= TTFQuery-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FontTools-based package for querying system fonts
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:${PORTSDIR}/print/py-fonttools \
|
|
${PYNUMPY}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= TTFQuery
|
|
|
|
.include <bsd.port.mk>
|