[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / fonts / libfontenc

File: [cvs.NetBSD.org] / pkgsrc / fonts / libfontenc / Makefile (download)

Revision 1.15, Fri Aug 26 22:23:07 2022 UTC (19 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +6 -4 lines

libfontenc: update to 1.1.5.

Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Import reallocarray() from libX11 (originally from OpenBSD)
      Convert code to use Xmallocarray() & Xreallocarray()
      configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
      libfontenc 1.1.5

# $NetBSD: Makefile,v 1.15 2022/08/26 22:23:07 wiz Exp $

DISTNAME=		libfontenc-1.1.5
CATEGORIES=		fonts x11
MASTER_SITES=		${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX=		.tar.xz

MAINTAINER=		joerg@NetBSD.org
HOMEPAGE=		https://xorg.freedesktop.org/
COMMENT=		Library for handling fonts with different character set encodings

USE_LIBTOOL=		yes
USE_TOOLS+=		pkg-config
PKGCONFIG_OVERRIDE+=	fontenc.pc.in
GNU_CONFIGURE=		yes

CFLAGS.NetBSD+=		-D_OPENBSD_SOURCE

.include "../../meta-pkgs/modular-xorg/hacks.mk"

.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"