28 lines
554 B
Makefile
28 lines
554 B
Makefile
# $OpenBSD: Makefile,v 1.30 2013/03/11 11:41:28 espie Exp $
|
|
|
|
COMMENT= simple log monitoring program
|
|
|
|
DISTNAME= swatch-3.2.3
|
|
REVISION = 1
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
|
|
|
|
HOMEPAGE= http://swatch.sourceforge.net/
|
|
|
|
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
|
|
|
RUN_DEPENDS= devel/p5-Date-Calc \
|
|
devel/p5-File-Tail \
|
|
devel/p5-Time-TimeDate \
|
|
converters/p5-DateManip
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
USE_GROFF = Yes
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|