25 lines
472 B
Makefile
Raw Normal View History

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