diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-20 00:42:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-20 00:42:41 +0800 |
commit | 7d95e71fa1b82728df2a2c14b700ec97bf4e9287 (patch) | |
tree | f4706935c6ae714b378445b38606ad5b78a0a972 /x11/libXext/Makefile | |
parent | 80924fffb87a26b2135ad22fa7d73b6cb7c880d2 (diff) | |
download | marcuscom-ports-7d95e71fa1b82728df2a2c14b700ec97bf4e9287.tar.gz marcuscom-ports-7d95e71fa1b82728df2a2c14b700ec97bf4e9287.tar.zst marcuscom-ports-7d95e71fa1b82728df2a2c14b700ec97bf4e9287.zip |
Add libXext 1.3.0, from the xorg-devel repo.
This will allow us to build gnome-desktop3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16269 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libXext/Makefile')
-rw-r--r-- | x11/libXext/Makefile | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile new file mode 100644 index 000000000..d2004fcca --- /dev/null +++ b/x11/libXext/Makefile @@ -0,0 +1,83 @@ +# New ports collection makefile for: libXext +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXext +PORTVERSION= 1.3.0 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 Extension library + +XORG_CAT= lib +USE_XORG= xproto x11 xextproto:both xau +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +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> |