diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-01 15:31:42 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-01 15:31:42 +0000 |
commit | 49d5b17a29fc743abcee3740b0f58ecbcc158227 (patch) | |
tree | 3b7929a7162c9f948491d47d7481432753c24763 /sysutils/rmonitor/Makefile | |
parent | 1ea1c7f39a3fb34b08c3a146eb2a9763551165aa (diff) | |
download | ports-49d5b17a29fc743abcee3740b0f58ecbcc158227.tar.gz ports-49d5b17a29fc743abcee3740b0f58ecbcc158227.zip |
Notes
Diffstat (limited to 'sysutils/rmonitor/Makefile')
-rw-r--r-- | sysutils/rmonitor/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/rmonitor/Makefile b/sysutils/rmonitor/Makefile new file mode 100644 index 000000000000..9ffd0f278298 --- /dev/null +++ b/sysutils/rmonitor/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: rmonitor +# Date created: March 1st, 2001 +# Whom: Konrad Heuer +# +# $FreeBSD$ +# + +PORTNAME= rmonitor +PORTVERSION= 1.0 +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> |