summaryrefslogtreecommitdiff
path: root/sysutils/rmonitor/Makefile
blob: 4e45d5dc93872d80666020a69ddf2e26de4a04b2 (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
28
29
# New ports collection makefile for:    rmonitor
# Date created:         March 1st, 2001
# Whom:                 Konrad Heuer
#
# $FreeBSD$
#

PORTNAME=	rmonitor
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \
		ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/

MAINTAINER=	kheuer@gwdu60.gwdg.de
COMMENT=	Remote system monitoring utility

MAN1=		rmonitor.1
MANCOMPRESSED=	yes

#CFLAGS+=	-w

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 900007
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-utmpx
.endif

.include <bsd.port.post.mk>