pkgsrc/fonts/mkfontscale/Makefile
wiz 603bc6d38f mkfontscale: update to 1.2.1.
This release fixes a regression introduced in the 1.2.0 release that could
leave the mkfontdir script containing an unexpanded reference to ${exec_prefix}
as shown in https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5 .

Alan Coopersmith (2):
      Revert "Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in"
      mkfontscale 1.2.1
2019-03-21 09:50:52 +00:00

24 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.39 2019/03/21 09:50:52 wiz Exp $
DISTNAME= mkfontscale-1.2.1
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X11 Scalable Font Index Generator
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_FEATURES+= vsnprintf
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
CONFIGURE_ARGS+= --with-bzip2
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../fonts/libfontenc/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"