mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 1.5.
This commit is contained in:
parent
813bf87b2f
commit
d05faf7798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22223
@ -1,32 +1,36 @@
|
||||
# New ports collection makefile for: graphviz
|
||||
# Version required: 1.4
|
||||
# Version required: 1.5
|
||||
# Date created: 03 Feb 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= graphviz_1_4.src.unix
|
||||
PKGNAME= graphviz-1.4
|
||||
DISTNAME= gviz15
|
||||
PKGNAME= graphviz-1.5
|
||||
CATEGORIES= graphics tk80
|
||||
MASTER_SITES= # http://www.research.att.com/sw/tools/graphviz/
|
||||
MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
||||
|
||||
RESTRICTED= "Cannot be fetched without license"
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
NO_CDROM= ${RESTRICTED}
|
||||
WRKSRC= ${WRKDIR}/gv1.4
|
||||
FETCH_ARGS= -b
|
||||
WRKSRC= ${WRKDIR}/gv1.5
|
||||
MAKEFILE= makefile
|
||||
MAN1= dot.1 dotty.1 lefty.1 neato.1
|
||||
MANN= tcldot.n
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/graphviz
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name *.o -delete
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.htm* ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR}
|
||||
@${GZIP_CMD} ${DOCDIR}/*.ps
|
||||
|
@ -1 +1 @@
|
||||
MD5 (graphviz_1_4.src.unix.tar.gz) = 5347f28b4cfe87f4eebefc4a10d7839c
|
||||
MD5 (gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5
|
||||
|
@ -3,10 +3,16 @@ bin/dotty
|
||||
bin/lefty
|
||||
bin/lneato
|
||||
bin/neato
|
||||
lib/Tcldot/Tcldot.so.1.4
|
||||
lib/Tcldot/Tcldot.so.1.5
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
lib/Tcldot/pkgIndex.tcl
|
||||
share/doc/graphviz/FAQ.html
|
||||
share/doc/graphviz/FAQ.txt
|
||||
share/doc/graphviz/LICENSE.htm
|
||||
share/doc/graphviz/LICENSE.html
|
||||
share/doc/graphviz/LICENSE.txt
|
||||
share/doc/graphviz/MINTERMS.txt
|
||||
share/doc/graphviz/dotguide.ps.gz
|
||||
share/doc/graphviz/dotty.ps.gz
|
||||
share/doc/graphviz/gd.html
|
||||
|
Loading…
Reference in New Issue
Block a user