summaryrefslogtreecommitdiff
path: root/x11/xwininfo/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-04-12 18:04:20 +0000
committerjoerg <joerg@pkgsrc.org>2007-04-12 18:04:20 +0000
commit518a257df1d46ba5c19a6ad9f0e573b74103c13b (patch)
tree43dd34f44fb48a32da364f1dce52771b29339d11 /x11/xwininfo/Makefile
parentd0f5e632367f4d8ebe0a1ad12fae6724b0a05a4b (diff)
downloadpkgsrc-518a257df1d46ba5c19a6ad9f0e573b74103c13b.tar.gz
Import xwininfo-1.0.2.
This package provides xwininfo, a program to query the X server for information about windows. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xwininfo/Makefile')
-rw-r--r--x11/xwininfo/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile
new file mode 100644
index 00000000000..96233fb612b
--- /dev/null
+++ b/x11/xwininfo/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:04:20 joerg Exp $
+#
+
+DISTNAME= xwininfo-1.0.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Query information about X windows
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"