pkgsrc/x11/xwd/Makefile
tnn ccba08e22e update to xwd-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notices from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Do not spew usage on connection error
Ansification and compile warning fixes.
2009-11-09 18:10:49 +00:00

27 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/11/09 18:10:49 tnn Exp $
#
DISTNAME= xwd-1.0.3
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.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"