2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:48 espie Exp $
|
2001-04-12 11:59:15 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= TCP/IP traffic logging tool
|
2001-01-05 05:16:18 -05:00
|
|
|
|
2001-01-17 21:21:02 -05:00
|
|
|
DISTNAME= iplog-2.2.3
|
2001-01-05 05:16:18 -05:00
|
|
|
CATEGORIES= net security
|
2002-05-15 13:42:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
2001-01-05 05:16:18 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net
|
|
|
|
|
2001-04-12 11:59:15 -04:00
|
|
|
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
2001-01-05 05:16:18 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c pcap pthread
|
2001-01-05 05:16:18 -05:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2001-01-05 05:16:18 -05:00
|
|
|
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>
|