mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
e7cf678e8f
Remove `files/patch-setup.py`, not necessary anymore. Add USES=gnome because USE_GNOME alone is deprecated.
24 lines
428 B
Makefile
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>
|