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







                                                                               
                   
                 
                        

                                          
 
                                 

                                                       



                                
                   
                         
 

                        
           
                                                                                









                                                 
# New ports collection makefile for:	fprobe
# Date created:        			03.06.2003
# Whom:               			Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=	fprobe
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

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

GNU_CONFIGURE=	yes
PLIST_FILES=	sbin/fprobe
PORTDOCS=	ChangeLog README
SUB_LIST=	NAME=${PORTNAME}
USE_BZIP2=	yes
USE_RC_SUBR=	fprobe.sh

MAN8=		fprobe.8

post-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ChangeLog README
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>