1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/net/iplog/Makefile

30 lines
749 B
Makefile
Raw Normal View History

# Created by: Dominik Rothert <dr@domix.de>
1999-10-09 16:40:11 +00:00
# $FreeBSD$
PORTNAME= iplog
PORTVERSION= 2.2.3
PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= SF/ojnk/${PORTNAME}/${PORTVERSION}
MAINTAINER= udo.schweigert@siemens.com
2003-02-21 13:28:59 +00:00
COMMENT= TCP/IP traffic logging tool
1999-10-09 16:40:11 +00:00
USES= gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
USE_RC_SUBR= iplog
1999-10-09 16:40:11 +00:00
post-patch:
.for FILE in example-iplog.conf iplog.8 iplog.conf.5 src/iplog.h
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${FILE}
.endfor
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
1999-10-09 16:40:11 +00:00
post-install:
@${INSTALL_DATA} ${WRKSRC}/example-iplog.conf ${STAGEDIR}${PREFIX}/etc/iplog.conf.sample
1999-10-09 16:40:11 +00:00
.include <bsd.port.mk>