diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-03-05 04:50:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-03-05 04:50:47 +0000 |
commit | 07a6c0b9c497883ef109592156a95f332117f438 (patch) | |
tree | b124c691d980810129eaa5c2079c97a8c673a837 /graphics/graphviz/Makefile | |
parent | b8e997339418d3e627b0bb1610c49aa38df87696 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index d947b510c83d..ad505a0feb59 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graphviz -PORTVERSION= 1.16 +PORTVERSION= 2.2 CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -37,12 +37,16 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/graphviz MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE} -MAN1= acyclic.1 bcomps.1 ccomps.1 circo.1 dijkstra.1 dot.1 \ - dot2gxl.1 dotneato-config.1 dotty.1 fdp.1 gc.1 \ - gxl2dot.1 gvcolor.1 gvpack.1 gvpr.1 lefty.1 lneato.1 \ - neato.1 nop.1 prune.1 sccmap.1 tred.1 twopi.1 unflatten.1 +MAN1= acyclic.1 bcomps.1 ccomps.1 dijkstra.1 dot.1 dotneato-config.1 \ + dotty.1 gc.1 gvcolor.1 gvpack.1 gvpr.1 gxl2dot.1 lefty.1 \ + lneato.1 nop.1 prune.1 sccmap.1 tred.1 unflatten.1 MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3 -MANN= gdtclft.n tcldot.n +MANN= gdtclft.n tcldot.n tkspline.n +MLINKS= dot.1 circo.1 \ + gxl2dot.1 dot2gxl.1 \ + dot.1 fdp.1 \ + dot.1 neato.1 \ + dot.1 twopi.1 MYPORTDOCS= dotguide.pdf dottyguide.pdf leftyguide.pdf \ neatoguide.pdf Dot.ref FAQ.html |