forked from Lainports/freebsd-ports
This port is the extra dependencies for plot functionality of FontTools. Add both print/py-fonttools and print/py-fonttools-plot to RUN_DEPENDS if you need "fonttools[plot]". WWW: https://github.com/fonttools/fonttools
18 lines
435 B
Makefile
18 lines
435 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fonttools
|
|
PORTVERSION= 3.44.0
|
|
CATEGORIES= print python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -plot
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Dependencies for plot functionality of FontTools
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
|
|
|
|
USES= metaport python:env
|
|
USE_PYTHON= flavors
|
|
|
|
.include <bsd.port.mk>
|