openbsd-ports/net/iplog/Makefile
bmc 852f6d502f * integrated COMMENT
* bumped NEED_VERSION
* updated my address

ok obecian@
2001-04-12 15:59:15 +00:00

30 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/04/12 15:59:15 bmc Exp $
COMMENT= "TCP/IP traffic logging tool"
DISTNAME= iplog-2.2.3
CATEGORIES= net security
NEED_VERSION= 1.394
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= 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>