freebsd-ports/net-mgmt/clog/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

27 lines
540 B
Makefile

# ex:ts=8
# Ports collection makefile for: clog
# Date created: Tue Nov 04, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= clog
PORTVERSION= 1.6
CATEGORIES= net-mgmt security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= obrien
MAINTAINER= obrien@FreeBSD.org
COMMENT= Tcp connection logger daemon
WRKSRC= ${WRKDIR}/clog
ALL_TARGET= freebsd
MAN8= clog.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8
.include <bsd.port.mk>