mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
403 B
Makefile
20 lines
403 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
|
|
|
|
.include <bsd.port.mk>
|