11717a5833
Standardize buildlink3.mk while here. Changes: Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Keith Packard (2): Note ABI of XResQueryClientIds libXres 1.2.1 Ray Strode (1): XRes: Use _XRead instead of _XRead32 for reading pid
25 lines
650 B
Makefile
25 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.15 2021/03/31 20:25:01 wiz Exp $
|
|
|
|
DISTNAME= libXres-1.2.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= X Resource Information Extension Library
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xres.pc.in
|
|
|
|
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|