93aaffb60f
This minor maintenance release provides a collection of build configuration improvements and janitorial cleanups. Alan Coopersmith (10): Move Pixel typedef from xwd.c to wsutils.h Optionally enable existing code to call XkbStdBell from libxkbfile Fix gcc warnings about discarding const qualifiers Add printf attributes as suggested by gcc -Wmissing-format-attribute Rename new_list variable to not shadow new_list function Remove unused bitmap_unit variable from ReadRegionsInList() Quiet gcc warnings about potentially uninitialized variables Fix some clang warnings about integer size/sign conversions Strip trailing whitespace xwd 1.0.6
22 lines
595 B
Makefile
22 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/08/09 09:25:51 wiz Exp $
|
|
|
|
DISTNAME= xwd-1.0.6
|
|
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 "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|