Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

23 lines
458 B
Makefile

COMMENT= TCP/IP traffic logging tool
DISTNAME= iplog-2.2.3
REVISION= 3
CATEGORIES= net security
SITES= ${SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= https://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>