mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
460 B
Makefile
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>
|