opnsense-ports/sysutils/timelimit/Makefile
Franco Fichtner a69b97ae8a */*: sync with upstream
Taken from: HardenedBSD
2017-06-25 10:21:59 +02:00

27 lines
621 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= timelimit
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/files/sys/timelimit/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Limit the absolute execution time of a process
LICENSE= BSD2CLAUSE
# bin/timelimit man/man1/timelimit.1.gz
CONFLICTS_INSTALL= netpipes
USES= tar:xz
PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>