freebsd-ports/security/swatch/Makefile

35 lines
788 B
Makefile
Raw Normal View History

# New ports collection makefile for: swatch
# Date created: May 2 97
# Whom: jfitz
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= swatch
PORTVERSION= 3.2.3
PORTREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= SF
MAINTAINER= joseph@randomnetworks.com
2003-02-21 14:28:59 +01:00
COMMENT= The Simple WATCHer and filter
BUILD_DEPENDS= \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1
USE_RC_SUBR= ${PORTNAME}
MAN1= swatch.1
MAN3= Swatch::Actions.3 Swatch::Throttle.3 Swatch::Threshold.3
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>