15 lines
406 B
Makefile
15 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/06 09:03:06 wiz Exp $
|
|
|
|
DISTNAME= xtruss-r10030
|
|
PKGNAME= ${DISTNAME:S/-r/-/}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/xtruss/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/xtruss/
|
|
COMMENT= Easy-to-use X protocol tracing program
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|