6a0abfac0e
Version 1.0.8 of xwd is now available for all your X11 window dumping needs! It fixes bugs you didn't even know were there and cleans up code you've never seen! Alan Coopersmith (7): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Combine options info into a single string in usage() QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3) Adopt standard X.Org coding style Elide empty else xwd 1.0.8 Jim Rees (1): Zero out uninitialized memory so as not to write stack garbage to dump file Stéphane Aulery (1): Ensure consistency between the manpage and the output of the -help option
20 lines
546 B
Makefile
20 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/08/02 10:40:01 wiz Exp $
|
|
|
|
DISTNAME= xwd-1.0.8
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Dump X11 display or window to XWD X Window Dump image file
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|