This version corrects several bugs which caused xscope to incorrectly decode some protocol replies or events, and fixes a build issue on Solaris.
17 lines
466 B
Makefile
17 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/06/07 06:54:41 wiz Exp $
|
|
|
|
DISTNAME= xscope-1.4.1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cgit.freedesktop.org/xorg/app/xscope/
|
|
COMMENT= Tool to monitor X11/Client conversations
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|