pkgsrc/x11/xwud/Makefile
wiz e59a1fcef3 Update to 1.0.4.
1.0.4:
Alan Coopersmith (2):
      Replace malloc(strlen) + strcpy() with strdup()
      xwud 1.0.4

Gaetan Nadon (3):
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Mark Error as _X_NORETURN

1.0.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
2012-06-03 18:33:43 +00:00

26 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/06/03 18:33:43 wiz Exp $
#
DISTNAME= xwud-1.0.4
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"