freebsd-ports/sysutils/timelimit/Makefile
Eitan Adler 088fd3b2f5 Convert to a staged port.
Tested with poudriere.
2013-09-25 04:27:30 +00:00

22 lines
521 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= timelimit
PORTVERSION= 1.8
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Limit the absolute execution time of a process
LICENSE= BSD
CONFLICTS= netpipes-[0-9]*
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>