openbsd-ports/net/iplog/Makefile
2013-03-11 11:35:43 +00:00

27 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:48 espie Exp $
COMMENT= TCP/IP traffic logging tool
DISTNAME= iplog-2.2.3
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net
MAINTAINER= Brian Caswell <bmc@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcap pthread
USE_GMAKE= Yes
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iplog
${INSTALL_DATA} ${WRKSRC}/example-iplog.conf \
${PREFIX}/share/examples/iplog/iplog.conf
.include <bsd.port.mk>