freebsd-ports/sysutils/timelimit/Makefile
Sunpoet Po-Chuan Hsieh a26180ae4b - Use CONFLICTS_INSTALL instead of CONFLICTS
- Reformat pkg-descr
- Remove Author line
- Take maintainership
2014-09-30 18:32:21 +00:00

25 lines
566 B
Makefile

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