Bump xproto to 7.0.31
[unleashed-userland.git] / components / x11 / xproto / Makefile
blob4bab7a9e1610d2ecd9255467b3095783aa11f218
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xproto
19 COMPONENT_VERSION= 7.0.31
20 COMPONENT_SUMMARY= headers & documentation for the X11 protocol
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747
25 COMPONENT_ARCHIVE_URL= \
26 http://xorg.freedesktop.org/archive/individual/proto/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.freedesktop.org/wiki/
28 COMPONENT_FMRI= x11/header/xproto
29 COMPONENT_LICENSE= MIT
30 COMPONENT_LICENSE_FILE= COPYING
31 COMPONENT_CLASSIFICATION= Development/X11
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 CONFIGURE_OPTIONS+= --sysconfdir=/etc
40 CONFIGURE_OPTIONS+= --without-xmlto
41 CONFIGURE_OPTIONS+= --with-asciidoc
42 CONFIGURE_OPTIONS+= --without-fop
43 CONFIGURE_OPTIONS+= --localstatedir=/var
45 COMPONENT_INSTALL_ARGS += pkgconfigdir=/usr/share/pkgconfig
47 build: $(BUILD_32)
49 install: $(INSTALL_32)