mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
ea9cf2bcd9
Approved by: portmgr (blanket)
23 lines
491 B
Makefile
23 lines
491 B
Makefile
PORTNAME= clog
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt security
|
|
MASTER_SITES= LOCAL/obrien
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tcp connection logger daemon
|
|
|
|
PATCH_DEPENDS= rcsdiff:devel/rcs
|
|
|
|
WRKSRC= ${WRKDIR}/clog
|
|
ALL_TARGET= freebsd
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,gcc,$${CC},g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
|
|
|
.include <bsd.port.mk>
|