mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# New ports collection makefile for: rmonitor
|
|
# Date created: March 1st, 2001
|
|
# Whom: Konrad Heuer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rmonitor
|
|
PORTVERSION= 1.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|