freebsd-ports/print/ttfquery/Makefile
Marcus von Appen 45d2a6020d - Enable stagedir support
- Fix LICENSE
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 08:11:21 +00:00

24 lines
497 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ttfquery
PORTVERSION= 1.0.5
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= CHEESESHOP
DISTNAME= TTFQuery-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FontTools-based package for querying system fonts
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:${PORTSDIR}/print/py-fonttools \
${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>