openbsd-ports/security/swatch/Makefile

30 lines
720 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2007/09/15 23:30:01 merdely Exp $
1997-11-19 18:21:01 -05:00
COMMENT= simple log monitoring program
DISTNAME= swatch-3.2.1
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/} \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
1998-04-12 17:40:56 -04:00
HOMEPAGE= http://swatch.sourceforge.net/
1997-11-19 18:21:01 -05:00
2002-07-10 16:59:27 -04:00
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}
1997-11-19 18:21:01 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
2000-03-23 00:15:35 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-23 00:15:35 -05:00
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
1997-11-19 18:21:01 -05:00
.include <bsd.port.mk>