diff options
author | ade <ade@FreeBSD.org> | 2002-03-13 10:25:57 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-13 10:25:57 +0800 |
commit | 7a068f09f6246b9f15e919f6aed96c7e3c12534a (patch) | |
tree | 41747973f1596b8097ec85632db3270cfeb20abe /x11/xmon/Makefile | |
parent | cb596a8c0d8a9f1a101f069a9cffcf67b9afd571 (diff) | |
download | freebsd-ports-gnome-7a068f09f6246b9f15e919f6aed96c7e3c12534a.tar.gz freebsd-ports-gnome-7a068f09f6246b9f15e919f6aed96c7e3c12534a.tar.zst freebsd-ports-gnome-7a068f09f6246b9f15e919f6aed96c7e3c12534a.zip |
Add xmon, which interactively monitors the byte-stream connections between
an X server and a number of X clients.
PR: 33232
Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'x11/xmon/Makefile')
-rw-r--r-- | x11/xmon/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile new file mode 100644 index 000000000000..45fb99b4e466 --- /dev/null +++ b/x11/xmon/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xmon +# Date created: 27 December 2001 +# Whom: Bruce M Simpson <bms@spc.org> +# +# $FreeBSD$ +# + +PORTNAME= xmon +PORTVERSION= 1.5.6 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.mxlab.com/unix/x/ + +MAINTAINER= bms@spc.org + +WRKSRC= ${WRKDIR}/xmon.1.5.6 +USE_IMAKE= yes + +MAN1= xmon.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |