blob: 786b65c8779bd44b4b3d0753380928069dc99705 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Ports collection makefile for: glflow
# Date created: 2004-07-12
# Whom: David Thiel (lx@redundancy.redundancy.org)
#
# $FreeBSD$
#
PORTNAME= glflow
PORTVERSION= 0.0.4
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}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
|