openbsd-ports/security/logsurfer/Makefile

28 lines
553 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2012/08/25 10:07:25 sthen Exp $
COMMENT= processes logfiles and perform certain actions
1999-08-30 12:43:24 -04:00
DISTNAME= logsurfer-1.8
1999-08-30 12:43:24 -04:00
CATEGORIES= security
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
1999-08-30 12:43:24 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-27 08:28:33 -05:00
WANTLIB= c
2000-02-12 01:29:49 -05:00
HOMEPAGE= http://www.crypt.gen.nz/logsurfer/
MASTER_SITES= http://kerryt.orcon.net.nz/ \
http://www.crypt.gen.nz/logsurfer/
1999-08-30 12:43:24 -04:00
CONFIGURE_STYLE= gnu
1999-08-30 12:43:24 -04:00
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
2009-07-24 17:40:15 -04:00
NOT_FOR_ARCHS= ${LP64_ARCHS}
1999-08-30 12:43:24 -04:00
.include <bsd.port.mk>