72e8c549b9
Homepage unknown -- appears to be developed for Debian. Xtrace fakes an X server and forwards all connections to a real X server, displaying the communication between clients. It prints the requests going from client to server and the replies, events and errors going the other way.
16 lines
473 B
Makefile
16 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/06/21 02:31:07 jeremy-c-reed Exp $
|
|
|
|
DISTNAME= xtrace_0.5.orig
|
|
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xtrace/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
# could not find real homepage
|
|
#HOMEPAGE= http://packages.qa.debian.org/x/xtrace.html
|
|
COMMENT= Trace communication between X11 client and server
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|