blob: 901d8f9eeeeaf034c88c367e1bb37ad47874b3de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: logsurfer
# Version required: 1.41
# Date created: 28 Jul 1996
# Whom: shanee@augusta.de
#
# $Id: Makefile,v 1.1.1.1 1996/07/30 02:15:25 chuckr Exp $
#
DISTNAME= logsurfer-1.41
CATEGORIES= misc
MASTER_SITES= ftp://ftp.fh-rosenheim.de/pub/systems/unix/cert/tools/audit/logsurfer/ \
ftp://ftp.tuwien.ac.at/pub/auxc/dfn/tools/audit/logsurfer/ \
ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cert.dfn.de/tools/audit/logsurfer/ \
MAINTAINER= shanee@augusta.de
GNU_CONFIGURE= YES
.include <bsd.port.mk>
|