aboutsummaryrefslogblamecommitdiff
path: root/net-mgmt/fprobe/Makefile
blob: d3f3b137d986078e91a0111690c19dca029bc7b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     

                      
                   
                 
                        
                  
 
                                    

                                                       


                                 
                         
                   

                      

                                                     
 

                    
                     
                                       
                          
                                                            
       

                      
# Created by: Kirill Ponomarew <ponomarew@oberon.net>

PORTNAME=	fprobe
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	SF

MAINTAINER=	farrokhi@FreeBSD.org
COMMENT=	Tool that collects network traffic data

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:bzip2
GNU_CONFIGURE=	yes
USE_RC_SUBR=	fprobe

PLIST_FILES=	man/man8/${PORTNAME}.8.gz sbin/fprobe
PORTDOCS=	ChangeLog README

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ChangeLog README
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>