freebsd-ports/sysutils/timelimit/Makefile
Eitan Adler 48f192bf99 Indicate conflict with net/netpipes
PR:		157109
Submitted by:	Mickael Maillot <mickael.maillot@gmail.com>
Reviewed by:	scheidell
2012-04-20 12:25:26 +00:00

28 lines
617 B
Makefile

# New ports collection makefile for: timelimit
# Date created: 9 June 2001
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= timelimit
PORTVERSION= 1.8
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= eadler@FreeBSD.org
COMMENT= Limit the absolute execution time of a process
LICENSE= BSD
CONFLICTS= netpipes-[0-9]*
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>