pkgsrc/graphics/xdot/Makefile
wiz 5b87625a12 Import xdot-20121124 as graphics/xdot.
xdot.py is an interactive viewer for graphs written in Graphviz's
dot language.

It uses internally the graphviz's xdot output format as an intermediate
format, and PyGTK and Cairo for rendering.

xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.
2013-01-05 22:12:33 +00:00

29 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/01/05 22:12:33 wiz Exp $
#
DISTNAME= xdot
PKGNAME= xdot-20121124
CATEGORIES= graphics
MASTER_SITES= http://xdot.jrfonseca.googlecode.com/git/
EXTRACT_SUFX= .py
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/jrfonseca/wiki/XDot
COMMENT= Interactive viewer for graphs written in Graphviz's dot language
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
DIST_SUBDIR= ${PKGNAME_NOREV}
REPLACE_PYTHON= xdot.py
INSTALLATION_DIRS= bin
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xdot.py ${DESTDIR}${PREFIX}/bin/xdot
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"