diff options
author | will <will@FreeBSD.org> | 2001-04-07 14:16:10 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 14:16:10 +0800 |
commit | 26cae353bd7989bda23efdbfa841a2d3cac581a4 (patch) | |
tree | d876626159cbc45018d6ac1242354892fc6e59f7 /net/wmnetmon/Makefile | |
parent | 148ad7917d2f9469cc04dc55ab49be9c0cf0e181 (diff) | |
download | freebsd-ports-gnome-26cae353bd7989bda23efdbfa841a2d3cac581a4.tar.gz freebsd-ports-gnome-26cae353bd7989bda23efdbfa841a2d3cac581a4.tar.zst freebsd-ports-gnome-26cae353bd7989bda23efdbfa841a2d3cac581a4.zip |
Add wmnetmon 0.2p5, a host availability monitor intended for the
WindowMaker dock.
PR: 26273
Submitted by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
Diffstat (limited to 'net/wmnetmon/Makefile')
-rw-r--r-- | net/wmnetmon/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/wmnetmon/Makefile b/net/wmnetmon/Makefile new file mode 100644 index 000000000000..6f5d676583e9 --- /dev/null +++ b/net/wmnetmon/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: wmnetmon +# Date created: 1 April 2001 +# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr> +# +# $FreeBSD$ +# + +PORTNAME= wmnetmon +PORTVERSION= 0.2p5 +CATEGORIES= net windowmaker +MASTER_SITES= ftp://neubula.utad.pt/pub/wmnetmon/ + +MAINTAINER= kkonstan@daemon.gr + +USE_XPM= YES +USE_X_PREFIX= YES +GNU_CONFIGURE= YES + +BINMODE= 4755 + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/examples/wmnetmon + @${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${PREFIX}/share/examples/wmnetmon + +.include <bsd.port.mk> |