mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# New ports collection makefile for: timelimit
|
|
# Date created: 9 June 2001
|
|
# Whom: roam@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timelimit
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Limit the absolute execution time of a process
|
|
|
|
MAN1= timelimit.1
|
|
PLIST_FILES= bin/timelimit
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|