pkgsrc/x11/xfd/Makefile
wiz c7d7bdf69b Update to 1.1.2:
This minor bugfix release fixes one crasher, one issue with doclifting
the man page to XML, and a couple compiler warnings.

Alan Coopersmith (5):
      config: Add missing AC_CONFIG_SRCDIR
      Drop old CVS version tags
      convert sprintf calls to snprintf
      Mark do_quit as noreturn, as suggested by gcc & clang
      xfd 1.1.2

Andreas Schwab (1):
      Fix SEGV when XftFontOpenName() returns NULL.

Eric S. Raymond (1):
      Suppress a spurious warning.
2013-07-17 21:47:55 +00:00

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/07/17 21:47:55 wiz Exp $
DISTNAME= xfd-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Display all the characters in an X font
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config xgettext
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"