mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
33e2e58c95
With hat: tota Sponsored by: Absolight
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# Created by: Romain Tartiere <romain@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dot2tex
|
|
PORTVERSION= 2.9.0
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Graphviz to LaTeX converter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:devel/py-pyparsing \
|
|
dot:graphics/graphviz
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kjellmf
|
|
|
|
.include <bsd.port.mk>
|