freebsd-ports/sysutils/rmonitor/Makefile
Martin Wilke 31c0d6f284 - Fix build on HEAD
PR:		143310
Patched by:	ed@
Submitted by:	Konrad Heuer <kheuer@gwdg.de> (maintainer)
2010-01-28 21:33:20 +00:00

29 lines
581 B
Makefile

# 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>