summaryrefslogblamecommitdiff
path: root/graphics/graphviz/Makefile
blob: 59a3e1fec0ec436b2e18f73fdd7ae1ba0ccbcd4b (plain) (tree)
1
2
3
4
5
6
7
8
                                                
                           


                                                        
           

 


                                     
                                                                


                                 
                                                    
 
                                                   
                             
                             
                               
                        

                                             
 
                                            
 
             



                                                      

                      
# New ports collection makefile for:    graphviz
# Version required:     1.4
# Date created:         03 Feb 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.ORG>
#
# $FreeBSD$
#

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>