mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e541f3731c
friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows: - Typesetting labels with LaTeX, allowing mathematical notation. - Using native PSTricks and PGF/TikZ commands for drawing arrows (optional). - Using backend specific styles to customize the output WWW: http://www.fauskes.net/code/dot2tex/
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: dot2tex
|
|
# Date created: 2010-09-14
|
|
# Whom: Romain Tartiere <romain@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dot2tex
|
|
PORTVERSION= 2.8.7
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= A Graphviz to LaTeX converter
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
|
|
dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= yes
|
|
# The .tar.gz sucks!
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|