aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/Makefile
blob: db413c43e7e2f0bb86a9254bf01c02d930f744a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    graphviz
# Version required:     1.4
# Date created:         03 Feb 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.7 1999/06/28 13:22:46 tg Exp $
#

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

LIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80

RESTRICTED= "Cannot be fetched without license"
NO_PACKAGE= ${RESTRICTED}
NO_CDROM=   ${RESTRICTED}
WRKSRC=     ${WRKDIR}/gv1.4
MAKEFILE=   makefile
MAN1=       dot.1 dotty.1 lefty.1 neato.1
MANN=       tcldot.n

DOCDIR=     ${PREFIX}/share/doc/graphviz

post-install:
    @${MKDIR} ${DOCDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${DOCDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR}
    @${GZIP_CMD} ${DOCDIR}/*.ps

.include <bsd.port.mk>