1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-fonts/py-defcon/Makefile
Mathieu Arnold 22f8ff850a Simplify the dependencies for print/py-fonttools, and enable options
that are needed by other ports in the tree.

Discussed by:	portmgr@
With hat:	portmgr@
2019-10-07 15:42:16 +00:00

25 lines
498 B
Makefile

# $FreeBSD$
PORTNAME= defcon
PORTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Set of flexible objects for representing UFO data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist distutils
USE_LOCALE= en_US.UTF-8
NO_ARCH= yes
.include <bsd.port.mk>