blob: 9db3160980a41071cbbae067c3b3914045e2a895 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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://gwdu60.gwdg.de/pub/FreeBSD/misc/ \
ftp://gwdu61.gwdg.de/pub/FreeBSD/misc/
MAINTAINER= kheuer@gwdu60.gwdg.de
MAN1= rmonitor.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|