blob: 6ade44fa3c82c047613f156a3ab40259f46cb9f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|