diff options
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> |