pkgsrc/x11/libXfont/Makefile
wiz b95fa8f4c1 Update to 1.4.6:
This minor bug fix release includes a couple bug fixes, and a little bit
of cleanup of both the code & build configuration.


Adam Jackson (2):
      catalogue: Fix obvious thinko
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      libXfont 1.4.6

Arvind Umrao (1):
      If socket is interrupted with signal EINTR, re-attempt read.

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Thomas Klausner (1):
      Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.

Yaakov Selkowitz (1):
      Omit catalogue support on systems without symlinks
2013-07-22 06:34:53 +00:00

31 lines
844 B
Makefile

# $NetBSD: Makefile,v 1.28 2013/07/22 06:34:53 wiz Exp $
DISTNAME= libXfont-1.4.6
CATEGORIES= x11 devel fonts
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X font Library
LICENSE= mit AND modified-bsd
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xfont.pc.in
CONFIGURE_ARGS+= --disable-devel-docs
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/fontcacheproto/buildlink3.mk"
.include "../../fonts/libfontenc/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"