openbsd-ports/net/ipaudit/Makefile
margarida e31d1c073b Initail import of ipaudit-0.95
--
IPaudit is a software package to record and display network activity. 
It includes ipaudit, which stores counts of bytes and packets for 
every combination of host/port pairs and protocol. 
The utilities total and ipstrings can be used to investigate network 
traffic records from the command line.

WWW: http://ipaudit.sourceforge.net/
2003-05-14 12:53:19 +00:00

36 lines
889 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/14 12:53:19 margarida Exp $
COMMENT= "IP traffic summarizer"
DISTNAME= ipaudit-0.95
CATEGORIES= net sysutils
HOMEPAGE= http://ipaudit.sourceforge.net/
MASTER_SITES= ${HOMEPAGE}/download/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ipaudit
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipaudit
cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ipaudit ipstrings \
total ${PREFIX}/bin
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} * \
${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ipaudit
cd ${WRKSRC}/src && ${INSTALL_DATA} ipaudit.conf.sample \
${PREFIX}/share/examples/ipaudit
.include <bsd.port.mk>