1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/sysutils/rmonitor/Makefile

27 lines
492 B
Makefile

# Created by: 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
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
.endif
.include <bsd.port.post.mk>