mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c3b85bf3d4
Trim headers Convert emu to USES=display Remove indefinite article
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# Created by: Bruce M Simpson <bms@spc.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmon
|
|
PORTVERSION= 1.5.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= devel_tools
|
|
DISTNAME= xmon.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Raw X11 protocol analyser
|
|
|
|
WRKSRC= ${WRKDIR}/xmon.${PORTVERSION}
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
|
|
|
MAN1= xmon.1 xmond.1 xmonui.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|