pkgsrc/x11/libxkbfile/Makefile
wiz 4c2c29a16a Update to 1.0.9:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (8):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Convert to X.Org standard indentation style
      unifdef -UXKB_IN_SERVER
      Don't dereference xkb pointer until after checking it for NULL
      Convert sprintf calls to snprintf
      Constify atom name argument to XkbInternAtom
      Remove check to see if SEEK_SET is defined before using it
      libxkbfile 1.0.9

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

Jörg Sonnenberger (1):
      Remove unnecessary check.
2015-05-01 08:41:32 +00:00

22 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/05/01 08:41:32 wiz Exp $
DISTNAME= libxkbfile-1.0.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= The xkbfile Library from modular X.org
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xkbfile.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/kbproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"