freebsd-ports/x11/xmon/Makefile
Ade Lovett 6f8897bd46 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>
2002-03-13 02:25:57 +00:00

21 lines
404 B
Makefile

# 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>