Files
2024-12-21 11:38:14 +00:00

26 lines
460 B
Makefile

COMMENT = interactive viewer for Graphviz dot graphs
MODPY_DISTV = 1.2
DISTNAME = xdot-${MODPY_DISTV}
REVISION = 4
CATEGORIES = graphics
HOMEPAGE = https://github.com/jrfonseca/xdot.py
MAINTAINER = Alessandro De Laurenzis <just22@atlantide.mooo.com>
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = math/graphviz \
devel/py-gobject3 \
graphics/cairo
NO_TEST = Yes
.include <bsd.port.mk>