openbsd-ports/net/iplog/Makefile

28 lines
631 B
Makefile
Raw Normal View History

2002-12-29 16:14:10 -05:00
# $OpenBSD: Makefile,v 1.5 2002/12/29 21:14:11 fgsch Exp $
COMMENT= "TCP/IP traffic logging tool"
2001-01-17 21:21:02 -05:00
DISTNAME= iplog-2.2.3
CATEGORIES= net security
2002-05-15 13:42:24 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net
MAINTAINER= Brian Caswell <bmc@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
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>