1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/graphviz/Makefile

35 lines
836 B
Makefile
Raw Normal View History

# New ports collection makefile for: graphviz
1999-06-28 13:23:38 +00:00
# Version required: 1.4
# Date created: 03 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
1999-06-28 13:23:38 +00:00
DISTNAME= graphviz_1_4.src.unix
PKGNAME= graphviz-1.4
CATEGORIES= graphics tk80
MASTER_SITES= # http://www.research.att.com/sw/tools/graphviz/
MAINTAINER= ports@FreeBSD.org
1999-06-28 13:23:38 +00:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
1998-10-05 02:57:52 +00:00
1999-06-28 13:23:38 +00:00
RESTRICTED= "Cannot be fetched without license"
1999-06-28 13:35:05 +00:00
NO_PACKAGE= ${RESTRICTED}
NO_CDROM= ${RESTRICTED}
1999-06-28 13:23:38 +00:00
WRKSRC= ${WRKDIR}/gv1.4
MAKEFILE= makefile
1999-06-28 13:23:38 +00:00
MAN1= dot.1 dotty.1 lefty.1 neato.1
MANN= tcldot.n
1999-06-28 13:23:38 +00:00
DOCDIR= ${PREFIX}/share/doc/graphviz
post-install:
1999-06-28 13:23:38 +00:00
@${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR}
@${GZIP_CMD} ${DOCDIR}/*.ps
.include <bsd.port.mk>