mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.7b
PR: 23385 Submitted by: Ports Fury
This commit is contained in:
parent
8628bfa1fd
commit
1fb725e34d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35801
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= graphviz
|
||||
PORTVERSION= 1.7a
|
||||
PORTVERSION= 1.7b
|
||||
CATEGORIES= graphics tk83
|
||||
MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/
|
||||
DISTNAME= gviz17a
|
||||
DISTNAME= gviz17b
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -18,13 +18,13 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png \
|
||||
tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/gv${PORTVERSION}
|
||||
|
||||
USE_FREETYPE= yes
|
||||
USE_XPM= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
AUTOMAKE= libtoolize --force && autoheader && automake --add-missing
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -DHAVE_TERMIOS" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
@ -38,6 +38,6 @@ MAN3= agraph.3 cdt.3 graph.3 pathplan.3
|
||||
MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && aclocal
|
||||
@cd ${WRKSRC} && aclocal && autoheader && libtoolize --force
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gviz17a.tgz) = a077970c1a010d3c7bcd1ed82eaa22a0
|
||||
MD5 (gviz17b.tgz) = 25585969eb95b6196e80f8a07638164d
|
||||
|
@ -17,6 +17,18 @@ lib/graphviz/demo/ihi.README
|
||||
lib/graphviz/demo/ihi.testdata
|
||||
lib/graphviz/demo/pathplan
|
||||
lib/graphviz/demo/pathplan.README
|
||||
lib/graphviz/demo/pathplan_data/boxes.dat
|
||||
lib/graphviz/demo/pathplan_data/dpd.dat
|
||||
lib/graphviz/demo/pathplan_data/funny.dat
|
||||
lib/graphviz/demo/pathplan_data/maze.dat
|
||||
lib/graphviz/demo/pathplan_data/nested.dat
|
||||
lib/graphviz/demo/pathplan_data/northo.dat
|
||||
lib/graphviz/demo/pathplan_data/obs.dat
|
||||
lib/graphviz/demo/pathplan_data/other.dat
|
||||
lib/graphviz/demo/pathplan_data/paths.dat
|
||||
lib/graphviz/demo/pathplan_data/rotor.dat
|
||||
lib/graphviz/demo/pathplan_data/u.dat
|
||||
lib/graphviz/demo/pathplan_data/unknown.dat
|
||||
lib/graphviz/demo/spline
|
||||
lib/graphviz/demo/spline.README
|
||||
lib/graphviz/graphs/directed/KW91.dot
|
||||
@ -101,5 +113,6 @@ share/doc/graphviz/tcldot.html
|
||||
@dirrm lib/graphviz/graphs/undirected
|
||||
@dirrm lib/graphviz/graphs/directed
|
||||
@dirrm lib/graphviz/graphs
|
||||
@dirrm lib/graphviz/demo/pathplan_data
|
||||
@dirrm lib/graphviz/demo
|
||||
@dirrm lib/graphviz
|
||||
|
Loading…
Reference in New Issue
Block a user