freebsd-ports/print/dot2tex/Makefile
Romain Tartière e541f3731c The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX
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/
2010-09-14 09:27:53 +00:00

24 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>