aboutsummaryrefslogblamecommitdiff
path: root/devel/cflow2vcg/Makefile
blob: f147c4877b8e7200edb60b5ca3c9cbd9a96f923c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                    
           

                         
                   
                 
                     
                  

                                 
                                                                       


                   

                    
             

                                                                  
 
                      
# Created by: ijliao
# $FreeBSD$

PORTNAME=	cflow2vcg
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Convert the result of the cflow utility in a VCG format

GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	DOCS

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>