7840fd43be
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xwd 1.0.7 Emil Velikov (1): autogen.sh: use quoted string variables James Cloos (1): Fix a vs an typo in the man page. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
20 lines
545 B
Makefile
20 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/03/10 22:19:47 wiz Exp $
|
|
|
|
DISTNAME= xwd-1.0.7
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=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
|
|
|
|
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"
|