openbsd-ports/security/logsurfer/Makefile
2010-10-18 21:41:44 +00:00

31 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $
COMMENT= processes logfiles and perform certain actions
VERSION= 1.7
DISTNAME= logsurfer+-${VERSION}
PKGNAME= logsurfer-${VERSION}
CATEGORIES= security
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
HOMEPAGE= http://www.crypt.gen.nz/logsurfer/
MASTER_SITES= http://kerryt.orcon.net.nz/ \
http://www.crypt.gen.nz/logsurfer/
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
NO_REGRESS= Yes
NOT_FOR_ARCHS= ${LP64_ARCHS}
.include <bsd.port.mk>