81 lines
1.7 KiB
Makefile
81 lines
1.7 KiB
Makefile
# New ports collection makefile for: libXext
|
|
# Date Created: 29 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXext
|
|
PORTVERSION= 1.0.5
|
|
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>
|