blob: 68a9ef1d66501514dba31a81476bd0254ad99674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.25 2021/12/08 16:07:15 adam Exp $
DISTNAME= xcb-proto-1.14.1
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
EXTRACT_SUFX= .tar.xz
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB protocol descriptions (in XML)
LICENSE= mit # with no-advertising clause
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= xcb-proto.pc.in
CONFIGURE_ENV+= XMLLLINT=${BUILDLINK_PREFIX.libxml2}/bin/xmllint
# XXX just for the "configure" check
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/application.mk"
X11_BUILTIN_NAME= xcb-proto
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
BUILDLINK_DEPMETHOD.libxml2?= build
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|