pkgsrc/fonts/font-misc-meltho/Makefile
wiz a58c034562 font-misc-meltho: 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-misc-meltho 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 07:12:57 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.4 2023/02/28 07:12:57 wiz Exp $
DISTNAME= font-misc-meltho-1.0.4
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
COMMENT= Miscellaneous Meltho OTF fonts
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/doc/${PKGBASE}
FONTS_DIRS.ttf= share/fonts/X11/OTF
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"