blob: eae965a1947f005a6e115702fb9c2dca8e29e64f (
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
|
# New ports collection makefile for: libXext
# Date Created: 29 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXext
PORTVERSION= 1.0.3
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Extension library
XORG_CAT= lib
USE_XORG= xproto x11 xextproto:both xau
MAN3= DBE.3 \
DPMSCapable.3 \
DPMSDisable.3 \
DPMSEnable.3 \
DPMSForceLevel.3 \
DPMSGetTimeouts.3 \
DPMSGetVersion.3 \
DPMSInfo.3 \
DPMSQueryExtension.3 \
DPMSSetTimeouts.3 \
XShape.3 \
XShapeCombineMask.3 \
XShapeCombineRectangles.3 \
XShapeCombineRegion.3 \
XShapeCombineShape.3 \
XShapeGetRectangles.3 \
XShapeInputSelected.3 \
XShapeOffsetShape.3 \
XShapeQueryExtension.3 \
XShapeQueryExtents.3 \
XShapeQueryVersion.3 \
XShapeSelectInput.3 \
XcupGetReservedColormapEntries.3 \
XcupQueryVersion.3 \
XcupStoreColors.3 \
XdbeAllocateBackBufferName.3 \
XdbeBeginIdiom.3 \
XdbeDeallocateBackBufferName.3 \
XdbeEndIdiom.3 \
XdbeFreeVisualInfo.3 \
XdbeGetBackBufferAttributes.3 \
XdbeGetVisualInfo.3 \
XdbeQueryExtension.3 \
XdbeSwapBuffers.3 \
Xevi.3 \
XeviGetVisualInfo.3 \
XeviQueryExtension.3 \
XeviQueryVersion.3 \
Xmbuf.3 \
XmbufChangeBufferAttributes.3 \
XmbufChangeWindowAttributes.3 \
XmbufCreateBuffers.3 \
XmbufCreateStereoWindow.3 \
XmbufDestroyBuffers.3 \
XmbufDisplayBuffers.3 \
XmbufGetBufferAttributes.3 \
XmbufGetScreenInfo.3 \
XmbufGetVersion.3 \
XmbufGetWindowAttributes.3 \
XmbufQueryExtension.3 \
XShm.3 \
XShmAttach.3 \
XShmCreateImage.3 \
XShmCreatePixmap.3 \
XShmDetach.3 \
XShmGetEventBase.3 \
XShmGetImage.3 \
XShmPixmapFormat.3 \
XShmPutImage.3 \
XShmQueryExtension.3 \
XShmQueryVersion.3
.include <bsd.port.mk>
|