1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/x11/py-xdot/Makefile

24 lines
428 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= xdot
PORTVERSION= 1.0
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= gnome python:3.4+
USE_PYTHON= autoplist distutils
USE_GNOME= cairo gtk30 pygobject3
CONFLICTS_INSTALL= py*-xdot-06
.include <bsd.port.mk>