mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
62df320cc3
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
58 lines
1.3 KiB
Makefile
58 lines
1.3 KiB
Makefile
# New ports collection makefile for: libXi
|
|
# Date Created: 22 Nov, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXi
|
|
PORTVERSION= 1.1.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Input extension library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xext xextproto inputproto:both
|
|
|
|
MAN3= XAllowDeviceEvents.3 \
|
|
XChangeDeviceControl.3 \
|
|
XChangeDeviceDontPropagateList.3 \
|
|
XChangeDeviceKeyMapping.3 \
|
|
XChangeFeedbackControl.3 \
|
|
XChangeKeyboardDevice.3 \
|
|
XChangePointerDevice.3 \
|
|
XCloseDevice.3 \
|
|
XDeviceBell.3 \
|
|
XDeviceTimeCoord.3 \
|
|
XFreeDeviceList.3 \
|
|
XGetDeviceControl.3 \
|
|
XGetDeviceKeyMapping.3 \
|
|
XGetDeviceModifierMapping.3 \
|
|
XGetDeviceMotionEvents.3 \
|
|
XGetExtensionVersion.3 \
|
|
XGetFeedbackControl.3 \
|
|
XGetDeviceButtonMapping.3 \
|
|
XGetDeviceDontPropagateList.3 \
|
|
XGetDeviceFocus.3 \
|
|
XGetSelectedExtensionEvents.3 \
|
|
XGrabDevice.3 \
|
|
XGrabDeviceButton.3 \
|
|
XGrabDeviceKey.3 \
|
|
XListInputDevices.3 \
|
|
XOpenDevice.3 \
|
|
XQueryDeviceState.3 \
|
|
XSelectExtensionEvent.3 \
|
|
XSendExtensionEvent.3 \
|
|
XSetDeviceButtonMapping.3 \
|
|
XSetDeviceFocus.3 \
|
|
XSetDeviceMode.3 \
|
|
XSetDeviceModifierMapping.3 \
|
|
XSetDeviceValuators.3 \
|
|
XUngrabDeviceButton.3 \
|
|
XUngrabDeviceKey.3 \
|
|
XUngrabDevice.3 \
|
|
|
|
.include <bsd.port.mk>
|