31 lines
620 B
Makefile
Raw Normal View History

2010-10-18 21:41:44 +00:00
# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $
COMMENT= processes logfiles and perform certain actions
1999-08-30 16:43:24 +00:00
VERSION= 1.7
DISTNAME= logsurfer+-${VERSION}
PKGNAME= logsurfer-${VERSION}
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
2010-10-18 21:41:44 +00:00
USE_GROFF = Yes
2002-10-28 17:35:01 +00:00
NO_REGRESS= Yes
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>