1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11/py-xdot/Makefile
Danilo G. Baio e7cf678e8f x11/py-xdot: Update to 1.0
Remove `files/patch-setup.py`, not necessary anymore.
Add USES=gnome because USE_GNOME alone is deprecated.
2018-09-22 13:38:15 +00:00

24 lines
428 B
Makefile

# $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>