summaryrefslogtreecommitdiff
path: root/x11/xwd/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2007-01-25 23:29:12 +0000
committerreed <reed@pkgsrc.org>2007-01-25 23:29:12 +0000
commita72a3b54db22fde4544b911413af36061e45a29d (patch)
treecefeb949c4ce4c3135e8183104cc2eaf31dd08d8 /x11/xwd/Makefile
parent867b624b8ac27d22d7a510965401bf4253f7174f (diff)
downloadpkgsrc-a72a3b54db22fde4544b911413af36061e45a29d.tar.gz
Import xwd from X.org.
Note their xwd source doesn't include xwud :( Dump an X11 root display or individual window to an XWD X Window Dump image format file.
Diffstat (limited to 'x11/xwd/Makefile')
-rw-r--r--x11/xwd/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile
new file mode 100644
index 00000000000..63c8298867e
--- /dev/null
+++ b/x11/xwd/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/25 23:29:12 reed Exp $
+#
+
+DISTNAME= xwd-1.0.1
+CATEGORIES= x11 graphics
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Dump X11 display or window to XWD X Window Dump image file
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+
+# Should this be in libX11/buildlink3.mk?
+# Package 'inputproto', required by 'X11', not found
+.include "../../x11/inputproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"