pkgsrc/x11/xtrace/Makefile
tnn ffeed96e31 Import xtrace-1.3.1 as x11/xtrace.
(from pkgsrc-wip, originally packaged by reed@)

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.
2015-09-27 11:21:41 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/09/27 11:21:41 tnn Exp $
DISTNAME= xtrace_1.3.1.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xtrace/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://packages.qa.debian.org/x/xtrace.html
COMMENT= Trace communication between X11 client and server
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
post-extract:
${CP} ${FILESDIR}/tdestroy.c ${WRKSRC}
.include "../../mk/bsd.pkg.mk"