diff options
Diffstat (limited to 'x11/libXxf86/Makefile')
-rw-r--r-- | x11/libXxf86/Makefile | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/x11/libXxf86/Makefile b/x11/libXxf86/Makefile new file mode 100644 index 0000000..5869975 --- /dev/null +++ b/x11/libXxf86/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: libXxf86 +# Date Created: 7 May 2004 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXxf86 +PORTVERSION= 1.0 +CATEGORIES= x11 +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ +DISTNAME= X11R6.7.0-src1 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Miscellaneous XFree86 X extensions libraries + +LIB_PC_DEPENDS= ${X11BASE}/include/X11/extensions/xf86dga.h:${PORTSDIR}/x11/xf86ext \ + ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext +BUILD_DEPENDS= ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +CONFLICTS= XFree86-libraries-* + +USE_IMAKE= YES +USE_X_PREFIX= no +PREFIX?= ${X11BASE} +DIST_SUBDIR= xorg +INSTALLS_SHLIB= yes +WRKSRC= ${WRKDIR}/xc/lib +EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib +MAN3= XDGA.3 \ + XDGAChangePixmapMode.3 \ + XDGACloseFramebuffer.3 \ + XDGACopyArea.3 \ + XDGACopyTransparentArea.3 \ + XDGACreateColormap.3 \ + XDGAFillRectangle.3 \ + XDGAGetViewportStatus.3 \ + XDGAInstallColormap.3 \ + XDGAKeyEventToXKeyEvent.3 \ + XDGAOpenFramebuffer.3 \ + XDGAQueryExtension.3 \ + XDGAQueryModes.3 \ + XDGAQueryVersion.3 \ + XDGASelectInput.3 \ + XDGASetClientVersion.3 \ + XDGASetMode.3 \ + XDGASetViewport.3 \ + XDGASync.3 \ + XF86DGA.3 \ + XFree86-DGA.3 + +post-patch: + ${CP} ${FILESDIR}/Imakefile ${WRKSRC}/ + +.include <bsd.port.mk> |