1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/xmon/Makefile
Baptiste Daroussin c3b85bf3d4 Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
2013-06-28 22:51:40 +00:00

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>