blob: d554a4baca9dc10eac588a3b8cd08f72d778635d (
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
30
31
|
# $OpenBSD: Makefile.template,v 1.80 2019/04/01 07:35:45 bentley Exp $
COMMENT = XCB prototypes
DISTNAME = xcb-proto-1.14.1
CATEGORIES = devel
HOMEPAGE = https://xcb.freedesktop.org/
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=proto/}
MODULES= lang/python
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoreconf
# for gnu stuff
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.12
NO_BUILD = Yes
NO_TEST = Yes
MODPY_BUILDDEP = Yes
.include <bsd.port.mk>
|