pkgsrc/x11/xlsfonts/Makefile
wiz 72588888e3 xlsfonts: update to 1.0.7.
Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix spelling/wording issues
      Adapt to X.Org standard coding style
      gitlab CI: add a basic build test
      PrintProperty: replace sprintf with snprintf
      Clear -Wsign-compare warnings from gcc
      Clear -Wshadow warning from gcc
      Build xz tarballs instead of bzip2
      xlsfonts 1.0.7
2022-04-04 09:47:04 +00:00

17 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/04/04 09:47:04 wiz Exp $
DISTNAME= xlsfonts-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Lists available fonts
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libFS/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"