summaryrefslogtreecommitdiff
path: root/net-mgmt/clog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/clog/Makefile')
-rw-r--r--net-mgmt/clog/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/clog/Makefile b/net-mgmt/clog/Makefile
deleted file mode 100644
index ea6c5b126d34..000000000000
--- a/net-mgmt/clog/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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 security
-MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
- ${MASTER_SITE_LOCAL}
-
-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>