summaryrefslogtreecommitdiff
path: root/graphics/graphviz/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-12-01 18:33:41 +0000
committerseb <seb>2002-12-01 18:33:41 +0000
commit0248aa3ee05d19baeb6a7c63aae405e15860e65a (patch)
tree94465b73d7fff4ed5ef9c4aff195eb3d8abdbf9c /graphics/graphviz/Makefile
parente1ef95cea8658b6837cd302a14aa01cdc893286b (diff)
downloadpkgsrc-0248aa3ee05d19baeb6a7c63aae405e15860e65a.tar.gz
Update to version 1.8.10.
XXX I was not able to make dynagraph working, hence it is still disabled. Package changes: documentation distributed in two directories i.e. $PREFIX/share/doc/{html/,}graphiz/. ChangeLog entry since previous packaged version. September 27, 2002 - declare this version 1.8.10 - general - various configure.in fixes and simplifications - change configure to now build dynagraph by default "--without-dynagraph" is supported - fix graphviz.spec.in to partition packages properly graphviz no longer depends on graphviz-tcl. - Makefile.old cleanups - configure.old now set version number automatically from configure.in - dot, neato, twopi - Initial support for image node shapes + URL fetch. - Made number of dimensions a runtime variable in neato. - Bug fix in vrmlgen for degenerate splines. - Bug fix - ordering=in should now work - Bug fix - layers no numbered from 0 to match PS requirements - Bug fix - don't draw arrows on invisible edges - Bug fix - when pack=true and ratio is set - Bug fix - agraph/scan.l to work with latest flex beta
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r--graphics/graphviz/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index d7c547bde40..cd6b61d2b96 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2002/08/28 13:49:35 seb Exp $
+# $NetBSD: Makefile,v 1.7 2002/12/01 18:33:41 seb Exp $
#
-DISTNAME= graphviz-1.8.9
+DISTNAME= graphviz-1.8.10
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/
@@ -23,9 +23,9 @@ CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
CONFIGURE_ENV+= BUILDLINK_PREFIX_TCL=${BUILDLINK_PREFIX.tcl}
CONFIGURE_ENV+= BUILDLINK_PREFIX_TK=${BUILDLINK_PREFIX.tk}
-# Not yet...
-#CONFIGURE_ARGS+= --with-dynagraph
+# Dynagraph is left out for now
#UNLIMIT_RESOURCES= datasize stacksize memorysize
+CONFIGURE_ARGS+= --without-dynagraph
# clean up a bit to help package maintainer produce patch files
post-extract:
@@ -34,13 +34,21 @@ post-extract:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphviz
-.for __f__ in Dot.ref FAQ.html dotguide.pdf dottyguide.pdf gd.html \
- leftyguide.pdf neatoguide.pdf tcldot.html
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/graphviz
+.for __f__ in Dot.ref dotguide.pdf dottyguide.pdf leftyguide.pdf \
+ neatoguide.pdf
${INSTALL_DATA} ${WRKSRC}/doc/${__f__} ${PREFIX}/share/doc/graphviz
.endfor
+.for __f__ in FAQ.html gd.html tcldot.html
+ ${INSTALL_DATA} ${WRKSRC}/doc/${__f__} ${PREFIX}/share/doc/html/graphviz
+.endfor
+.if 0 # dynagraph "disabled"
+ ${INSTALL_DATA} ${WRKSRC}/dynagraph/dynagraph.html ${PREFIX}/share/doc/html/graphviz
+.endif
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/graphviz
${INSTALL_DATA} ${WRKSRC}/MINTERMS.txt ${PREFIX}/share/doc/graphviz
+
.include "../../devel/zlib/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"