22 lines
481 B
Makefile
22 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 1999/08/30 16:43:24 jakob Exp $
|
|
|
|
# What port/package will be created
|
|
#
|
|
DISTNAME= logsurfer-1.41
|
|
CATEGORIES= security
|
|
|
|
# where to send comments about this port
|
|
#
|
|
MAINTAINER= jakob@openbsd.org
|
|
|
|
# where the source files can be fetched
|
|
#
|
|
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
|
|
ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/
|
|
|
|
# build/configuration variables
|
|
#
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|