pkgsrc/x11/xcb-util-renderutil/Makefile
wiz 52f8e57a34 xcb-util-renderutil: update to 0.3.10.
Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-renderutil 0.3.10

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

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

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2022-10-19 08:32:36 +00:00

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/10/19 08:32:36 wiz Exp $
DISTNAME= xcb-util-renderutil-0.3.10
CATEGORIES= x11
MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= Convenience functions for the Render extension
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= renderutil/xcb-renderutil.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"