2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: libXtst
|
|
|
|
# Date Created: 8 Feb 2006
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXtst
|
2011-09-22 15:51:54 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Test extension
|
|
|
|
|
2011-09-22 15:51:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2010-05-01 13:41:07 +02:00
|
|
|
USE_XORG= x11 xext recordproto:both xextproto inputproto:both \
|
|
|
|
xi
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2011-09-22 15:51:54 +02:00
|
|
|
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
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|