diff options
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 38 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 2 | ||||
-rw-r--r-- | x11/libXtst/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libXtst/pkg-plist | 9 |
4 files changed, 52 insertions, 0 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile new file mode 100644 index 0000000..73733e7 --- /dev/null +++ b/x11/libXtst/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: libXtst +# Date Created: 8 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXtst +PORTVERSION= 1.2.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Test extension + +XORG_CAT= lib +USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ + xi +USE_AUTOTOOLS= libtool + +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +MAN3= XTestCompareCurrentCursorWithWindow.3 \ + XTestCompareCursorWithWindow.3 \ + XTestDiscard.3 \ + XTestFakeButtonEvent.3 \ + XTestFakeKeyEvent.3 \ + XTestFakeMotionEvent.3 \ + XTestFakeRelativeMotionEvent.3 \ + XTestGrabControl.3 \ + XTestQueryExtension.3 \ + XTestSetGContextOfGC.3 \ + XTestSetVisualIDOfVisual.3 + +post-patch: + @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ + s/specs//' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo new file mode 100644 index 0000000..20e9e94 --- /dev/null +++ b/x11/libXtst/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/lib/libXtst-1.2.0.tar.bz2) = 7a2e0912b521f6bd8c392189874ba4a3b8168b0bba4c2143e073de53d8e85408 +SIZE (xorg/lib/libXtst-1.2.0.tar.bz2) = 281922 diff --git a/x11/libXtst/pkg-descr b/x11/libXtst/pkg-descr new file mode 100644 index 0000000..f37b7e0 --- /dev/null +++ b/x11/libXtst/pkg-descr @@ -0,0 +1,3 @@ +This package contains the XKB file library. + +WWW: http://www.freedesktop.org/Software/xorg diff --git a/x11/libXtst/pkg-plist b/x11/libXtst/pkg-plist new file mode 100644 index 0000000..9c3e055 --- /dev/null +++ b/x11/libXtst/pkg-plist @@ -0,0 +1,9 @@ +include/X11/extensions/XTest.h +include/X11/extensions/record.h +lib/libXtst.a +lib/libXtst.la +lib/libXtst.so +lib/libXtst.so.6 +libdata/pkgconfig/xtst.pc +@dirrmtry include/X11/extensions + |