pkgsrc/fonts/font-cursor-misc/Makefile
wiz bd0cf63b9c font-cursor-misc: 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
and using the -n flag to gzip to improve build reproducibility.

Alan Coopersmith (10):
      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
      Use COMPRESS_FLAGS to improve build reproducibility
      font-cursor-misc 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:05:00 +00:00

17 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.9 2023/02/28 07:05:00 wiz Exp $
DISTNAME= font-cursor-misc-1.0.4
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Standard X11 cursors in PCF format
GNU_CONFIGURE= yes
USE_TOOLS+= bdftopcf gzip
FONTS_DIRS.x11= share/fonts/X11/misc
.include "../../mk/bsd.pkg.mk"