mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e0d122d1e3
Fix dependencies. Add a patch from upstream for don't check for graphviz python module, it's not used by xdot. Support for Python 3 only. PR: 226792 Submitted by: Greg V <greg@unrelenting.technology>
24 lines
422 B
Makefile
24 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdot
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Interactive viewer for Graphviz dot files
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
RUN_DEPENDS= dot:graphics/graphviz
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.4+
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GNOME= cairo gtk30 pygobject3
|
|
|
|
CONFLICTS_INSTALL= py*-xdot-06
|
|
|
|
.include <bsd.port.mk>
|