openbsd-ports/security/swatch/Makefile
aanriot 766ca9e60d - update to 3.1.1 .
- DESCR tweak.
- COMMENT tweak by Michael Knudsen.
- add PKG_ARCH (spotted by alek).

ok alek@
2006-05-05 11:30:46 +00:00

30 lines
722 B
Makefile

# $OpenBSD: Makefile,v 1.21 2006/05/05 11:30:46 aanriot Exp $
COMMENT= "simple log monitoring program"
DISTNAME= swatch-3.1.1
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/} \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
HOMEPAGE= http://swatch.sourceforge.net/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
RUN_DEPENDS= :p5-Date-Calc-*:devel/p5-Date-Calc \
:p5-File-Tail-*:devel/p5-File-Tail \
:p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
:p5-DateManip-*:converters/p5-DateManip
BUILD_DEPENDS= ${RUN_DEPENDS}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>