pkgsrc/x11/libXfont2/Makefile
wiz 0418396ac6 Update libXfont2 to 2.0.1
Here's an update to the libXfont2 2.0 release that fixes a couple of
build issues that cropped up in the initial 2.0 changes.

Keith Packard (3):
      Add missing 'attributes.m4' file
      Remove fontconf.h
      Bump version to 2.0.1

Matt Turner (1):
      Convert to non-recursive build.
2015-12-11 15:59:00 +00:00

32 lines
903 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/12/11 15:59:00 wiz Exp $
DISTNAME= libXfont2-2.0.1
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 (v2)
LICENSE= mit AND modified-bsd
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xfont2.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"
BUILDLINK_API_DEPENDS.fontsproto+= fontsproto>=2.1.3
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"