a72a3b54db
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.
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $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"
|