pkgsrc/x11/xwud/Makefile
tnn 167664d522 Update to xwud-1.0.2. Changes:
Plug leaks of color conversion arrays in Do_Direct
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with copyright/license notices from code
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Add more input checks. From "nob...@example.com" through OpenBSD bug list.
Ansification and compile warning fixes.
2009-11-09 18:04:53 +00:00

26 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/11/09 18:04:53 tnn Exp $
#
DISTNAME= xwud-1.0.2
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Display 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"
# Should this be in libX11/buildlink3.mk?
# Package 'inputproto', required by 'X11', not found
.include "../../x11/inputproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"