2002-03-03 03:52:56 +01:00
|
|
|
# New ports collection makefile for: wots
|
|
|
|
# Date created: 26-Nov-2001
|
2005-01-12 16:53:48 +01:00
|
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
2002-03-03 03:52:56 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wots
|
|
|
|
PORTVERSION= 1.22
|
2004-02-22 02:01:05 +01:00
|
|
|
PORTREVISION= 1
|
2002-03-03 03:52:56 +01:00
|
|
|
CATEGORIES= sysutils security
|
|
|
|
MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/
|
|
|
|
|
2005-12-12 22:53:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= System log watch/alert utility, similar to swatch, written in Perl
|
2002-03-03 03:52:56 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
|
|
|
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
2002-03-03 03:52:56 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
CONFIGURE_ARGS+= --perl=${PERL}
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
MAN1= wots.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wots
|
2002-03-03 03:52:56 +01:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${CHMOD} a+x ${WRKSRC}/Configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|