24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdot
|
|
PORTVERSION= 1.1
|
|
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
|
|
|
|
USES= gnome python:3.4+
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GNOME= cairo gtk30 pygobject3
|
|
|
|
CONFLICTS_INSTALL= py*-xdot-06
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|