diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 11 | ||||
-rw-r--r-- | graphics/graphviz/distinfo | 2 | ||||
-rw-r--r-- | graphics/graphviz/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/graphviz/pkg-plist | 1 |
4 files changed, 9 insertions, 7 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 8a73197ce017..49008b66b4bf 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graphviz -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -31,13 +31,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I AUTOCONF=${LOCALBASE}/bin/autoconf213 \ AUTOMAKE=${LOCALBASE}/bin/automake14 \ ACLOCAL=${LOCALBASE}/bin/aclocal14 +CONFIGURE_ARGS= --program-transform-name="s/x/x/" INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/graphviz MAKE_ENV= EXPR_COMPAT=yes MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dot2gxl.1 dotty.1 gc.1 \ - gpr.1 gxl2dot.1 lefty.1 neato.1 nop.1 prune.1 sccmap.1 \ - tred.1 twopi.1 unflatten.1 + gpr.1 gxl2dot.1 gvpack.1 lefty.1 neato.1 nop.1 prune.1 \ + sccmap.1 tred.1 twopi.1 unflatten.1 MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3 MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n @@ -47,8 +48,8 @@ PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/iconv.h) || defined(WITH_ICONV) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv -CONFIGURE_ARGS= --with-iconvlibdir=${LOCALBASE}/lib +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +CONFIGURE_ARGS+= --with-iconvlibdir=${LOCALBASE}/lib .endif post-install: diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index bb7cd39c1878..a13861770476 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1 +1 @@ -MD5 (graphviz-1.9.tar.gz) = 5f8d1e1f15594f4869fc9c68f32e7dbb +MD5 (graphviz-1.10.tar.gz) = e1402531abff68d146bf94e72b44dc2a diff --git a/graphics/graphviz/pkg-descr b/graphics/graphviz/pkg-descr index a60bdbbb5b48..28d03565cec9 100644 --- a/graphics/graphviz/pkg-descr +++ b/graphics/graphviz/pkg-descr @@ -2,7 +2,7 @@ Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies) These programs licensed under the terms described in the -Web page http://www.research.att.com/orgs/ssr/book/reuse. +Web page http://www.research.att.com/sw/tools/graphviz/license/. The package contains: dotty - customizable X windows graph viewer written in the Lefty editor diff --git a/graphics/graphviz/pkg-plist b/graphics/graphviz/pkg-plist index b56104417923..10c28237ca6e 100644 --- a/graphics/graphviz/pkg-plist +++ b/graphics/graphviz/pkg-plist @@ -7,6 +7,7 @@ bin/dotneato-config bin/dotty bin/gc bin/gpr +bin/gvpack bin/gxl2dot bin/lefty bin/lneato |