007d6d39c2
Alan Coopersmith (10): Update configure.ac bug URL for gitlab migration Update README for gitlab migration Add README.md to EXTRA_DIST Build xz tarballs instead of bzip2 Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 gitlab CI: add a basic build test atoms: add format attribute to makenames() function atoms: Fix type mismatch in xcb_atom_name_unique() xcb_aux: handle -Wimplicit-int-conversion warnings from clang xcb-util 0.4.1 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
23 lines
600 B
Makefile
23 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.16 2022/12/26 22:10:43 wiz Exp $
|
|
|
|
DISTNAME= xcb-util-0.4.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://xcb.freedesktop.org/dist/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xcb.freedesktop.org/
|
|
COMMENT= XCB Utilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake gm4
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xcb-util.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-atom.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-event.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-aux.pc.in
|
|
|
|
.include "../../devel/gperf/buildlink3.mk"
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|