6f8897bd46
an X server and a number of X clients. PR: 33232 Submitted by: Bruce M Simpson <bms@spc.org>
21 lines
404 B
Makefile
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>
|