freebsd-ports/sysutils/rmonitor/Makefile
Ion-Mihai Tetcu c4c9376026 - Fix integer overflow on 64bit platforms
- bump PORTREVISION

PR:		131741
Submitted by:	maintainer
2009-02-20 15:06:15 +00:00

23 lines
467 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.mk>