2002-05-14 08:12:08 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cflow2vcg
|
|
|
|
# Date created: May 14, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cflow2vcg
|
2003-05-02 16:43:12 +02:00
|
|
|
PORTVERSION= 0.5
|
2003-06-09 13:42:48 +02:00
|
|
|
PORTREVISION= 1
|
2002-05-14 08:12:08 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Convert the result of the cflow utility in a VCG format
|
2002-05-14 08:12:08 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-01-26 00:22:42 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-05-02 16:43:12 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${DOCSDIR}
|
2003-01-26 00:22:42 +01:00
|
|
|
.endif
|
|
|
|
|
2002-05-14 08:12:08 +02:00
|
|
|
.include <bsd.port.mk>
|