1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/sysutils/wots/Makefile
Pete Fritchman d6a666d5be Add wots 1.22, system log watch/alert utility, similar to swatch,
written in Perl.

PR:		32379
Submitted by:	Bruce M. Simpson <bruce.m.simpson@hushmail.com>
2002-03-03 02:52:56 +00:00

31 lines
740 B
Makefile

# New ports collection makefile for: wots
# Date created: 26-Nov-2001
# Whom: Bruce M. Simpson <bruce.m.simpson@hushmail.com>
#
# $FreeBSD$
#
PORTNAME= wots
PORTVERSION= 1.22
CATEGORIES= sysutils security
MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/
MAINTAINER= bruce.m.simpson@hushmail.com
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS+= --perl=${PERL}
NO_BUILD= yes
MAN1= wots.1
post-extract:
@${CHMOD} a+x ${WRKSRC}/Configure
.include <bsd.port.mk>