freebsd-ports/net/glflow/Makefile
Volker Stolz b2ee8caa6e Update to 0.0.5
PR:		ports/70586
Submitted by:	David Thiel (maintainer)
2004-09-02 14:09:09 +00:00

32 lines
720 B
Makefile

# Ports collection makefile for: glflow
# Date created: 2004-07-12
# Whom: David Thiel (lx@redundancy.redundancy.org)
#
# $FreeBSD$
#
PORTNAME= glflow
PORTVERSION= 0.0.5
PORTEPOCH= 1
CATEGORIES= net security
MASTER_SITES= http://night.rdslink.ro/dudu/glflow/
DISTNAME= glFlow-${PORTVERSION}
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= A NetFlow tool for detecting DoS attacks
PLIST_FILES= bin/glflow
PORTDOCS= README
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-debug
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>