summaryrefslogtreecommitdiffstats
path: root/x11/libXi/Makefile
blob: 81b66525f9c99b7383b792c777df7b5f664343e9 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libXi
PORTVERSION=    1.7.1
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X Input extension library

LICENSE=    MIT

XORG_CAT=   lib
USE_XORG=   xproto x11 xext xextproto xfixes inputproto:both

CONFIGURE_ARGS+=--disable-docs \
        --disable-specs \
            --without-xmlto \
        --without-fop \
        --without-asciidoc \
        --without-xsltproc

MAN3=       XAllowDeviceEvents.3 \
        XChangeDeviceControl.3 \
        XChangeDeviceDontPropagateList.3 \
        XChangeDeviceKeyMapping.3 \
        XChangeDeviceProperty.3 \
        XChangeFeedbackControl.3 \
        XChangeKeyboardDevice.3\
        XChangePointerDevice.3\
        XCloseDevice.3\
        XDeleteDeviceProperty.3\
        XDeviceBell.3\
        XDeviceTimeCoord.3\
        XFreeDeviceList.3\
        XGetDeviceButtonMapping.3\
        XGetDeviceControl.3\
        XGetDeviceDontPropagateList.3\
        XGetDeviceFocus.3\
        XGetDeviceKeyMapping.3 \
        XGetDeviceModifierMapping.3\
        XGetDeviceMotionEvents.3\
        XGetDeviceProperty.3\
        XGetExtensionVersion.3\
        XGetFeedbackControl.3\
        XGetSelectedExtensionEvents.3\
        XGrabDevice.3\
        XGrabDeviceButton.3\
        XGrabDeviceKey.3\
        XIBarrierReleasePointer.3\
        XIBarrierReleasePointers.3\
        XIChangeHierarchy.3\
        XIChangeProperty.3\
        XIDefineCursor.3\
        XIDeleteProperty.3\
        XIFreeDeviceInfo.3\
        XIGetClientPointer.3\
        XIGetFocus.3\
        XIGetProperty.3\
        XIGetSelectedEvents.3\
        XIGrabButton.3 \
        XIGrabDevice.3\
        XIGrabEnter.3\
        XIGrabFocusIn.3\
        XIGrabKeycode.3\
        XIGrabTouchBegin.3 \
        XIListProperties.3\
        XIQueryDevice.3\
        XIQueryPointer.3\
        XIQueryVersion.3\
        XISelectEvents.3\
        XISetClientPointer.3\
        XISetFocus.3\
        XIUndefineCursor.3\
        XIUngrabButton.3\
        XIUngrabDevice.3 \
        XIUngrabEnter.3 \
        XIUngrabFocusIn.3 \
        XIUngrabKeycode.3 \
        XIUngrabTouchBegin.3 \
        XIWarpPointer.3 \
        XListDeviceProperties.3 \
        XListInputDevices.3 \
        XOpenDevice.3 \
        XQueryDeviceState.3 \
        XSelectExtensionEvent.3\
        XSendExtensionEvent.3\
        XSetDeviceButtonMapping.3\
        XSetDeviceFocus.3\
        XSetDeviceMode.3\
        XSetDeviceModifierMapping.3 \
        XSetDeviceValuators.3 \
        XUngrabDevice.3 \
        XUngrabDeviceButton.3 \
        XUngrabDeviceKey.3

.include <bsd.port.mk>