1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/swatch/Makefile
Gabor Kovesdan 6a4d81e94c - Set procname in rc.d script to make it always work correctly
- Bump PORTREVISION

PR:		ports/148893
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Approved by:	Joseph Scott <joseph@randomnetworks.com> (maintainer)
2010-08-10 11:46:11 +00:00

34 lines
770 B
Makefile

# New ports collection makefile for: swatch
# Date created: May 2 97
# Whom: jfitz
#
# $FreeBSD$
#
PORTNAME= swatch
PORTVERSION= 3.2.3
PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= SF
MAINTAINER= joseph@randomnetworks.com
COMMENT= The Simple WATCHer and filter
BUILD_DEPENDS= \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
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>