pkgsrc/fonts/font-bh-ttf/Makefile
wiz b1d657f122 font-bh-ttf: update to 1.0.4.
This release bundles up the last twelve years worth of build system
improvements, including making the configure script more efficient.

Alan Coopersmith (9):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Switch to XORG_DEFAULT_NOCODE_OPTIONS
      font-bh-ttf 1.0.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Gaetan Nadon (2):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: update AC_PREREQ statement to 2.60

Matthieu Herrb (1):
      Typo: font.dir -> fonts.dir

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2023-02-28 06:59:59 +00:00

26 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.13 2023/02/28 06:59:59 wiz Exp $
DISTNAME= font-bh-ttf-1.0.4
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Standard Bigelow & Holmes TrueType fonts
GNU_CONFIGURE= yes
FONTS_DIRS.ttf= share/fonts/X11/TTF
FONTS_DIRS.x11= share/fonts/X11/TTF
INSTALLATION_DIRS= share/doc/font-bh-ttf
PKG_SYSCONFSUBDIR= fontconfig
CONF_FILES= ${PREFIX}/share/fontconfig/conf.avail/42-luxi-mono.conf \
${PKG_SYSCONFDIR}/conf.d/42-luxi-mono.conf
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bh-ttf
.include "../../mk/bsd.pkg.mk"