25 lines
531 B
Makefile
25 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:48:28 sthen Exp $
|
|
|
|
COMMENT= TCP/IP traffic logging tool
|
|
|
|
DISTNAME= iplog-2.2.3
|
|
REVISION= 2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c pcap pthread
|
|
|
|
USE_GMAKE= 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>
|