summaryrefslogtreecommitdiff
path: root/misc/logsurfer+/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/logsurfer+/Makefile')
-rw-r--r--misc/logsurfer+/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile
deleted file mode 100644
index 9e5dbe606904..000000000000
--- a/misc/logsurfer+/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: logsurfer
-# Date created: 28 Jul 1996
-# Whom: shanee@augusta.de
-#
-# $FreeBSD$
-#
-
-PORTNAME= logsurfer
-PORTVERSION= 1.5a
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/%SUBDIR%/ \
- ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/%SUBDIR%/
-MASTER_SITE_SUBDIR= . old
-EXTRACT_SUFX= .tar
-
-MAINTAINER= shanee@augusta.de
-COMMENT= Process logfiles and conditionally perform certain actions
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc
-
-MAN1= logsurfer.1
-MAN4= logsurfer.conf.4
-
-post-install:
- @${MKDIR} ${PREFIX}/share/examples/logsurfer
- ${INSTALL_DATA} ${WRKSRC}/config-examples/README \
- ${PREFIX}/share/examples/logsurfer
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>