1997c75349
From Darrin Chandler
30 lines
720 B
Makefile
30 lines
720 B
Makefile
# $OpenBSD: Makefile,v 1.23 2007/09/15 23:30:01 merdely Exp $
|
|
|
|
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/
|
|
|
|
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>
|