freebsd-ports/sysutils/timelimit/Makefile
Peter Pentchev ed218409bd timelimit executes a command and terminates the spawned process
after a given time with a given signal.  A 'warning' signal
is sent first, then, after a timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.

WWW:		http://ringwraith.online.bg/devel/sys/timelimit/
Author:		Peter Pentchev <roam@orbitel.bg>
2001-06-08 23:07:13 +00:00

22 lines
503 B
Makefile

# New ports collection makefile for: timelimit
# Date created: 9 June 2001
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= timelimit
PORTVERSION= 1.0.b3
CATEGORIES= sysutils
MASTER_SITES= http://ringwraith.online.bg/~roam/devel/sys/timelimit/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= roam@FreeBSD.org
MAN8= timelimit.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/timelimit.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>