1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/glflow/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

30 lines
642 B
Makefile

# Created by: David Thiel (lx@redundancy.redundancy.org)
# $FreeBSD$
PORTNAME= glFlow
PORTVERSION= 0.1.4
PORTEPOCH= 1
CATEGORIES= net security
MASTER_SITES= SF
DISTNAME= glFlow-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= lx@FreeBSD.org
COMMENT= NetFlow tool for detecting DoS attacks
PLIST_FILES= bin/glflow
PORTDOCS= README
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-debug --with-hash=md4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/glflow ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>