mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4fa39a45c8
working much like 'nice' and 'renice', except they change the priority and scheduler. This enables a process to run insoft realtime, as specified by POSIX.1b. WWW: http://sourceforge.net/projects/schedutils/ Feature safe: yes
28 lines
489 B
Makefile
28 lines
489 B
Makefile
# New ports collection makefile for: schedutils
|
|
# Date created: 2012-03-12
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= schedutils
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Collection of realtime scheduling tools
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
MANCOMPRESSED= no
|
|
|
|
MAN8= sched.8
|
|
MLINKS= sched.8 resched.8
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/ctype.h/d' ${WRKSRC}/isnumber.c
|
|
|
|
.include <bsd.port.mk>
|