2003-08-24 08:39:28 +02:00
|
|
|
# New ports collection makefile for: xinput
|
|
|
|
# Date created: 05 July 2003
|
|
|
|
# Whom: Martin Ranne <gasp@ridcully.dnsalias.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xinput
|
2012-01-07 05:41:15 +01:00
|
|
|
PORTVERSION= 1.5.4
|
2003-08-24 08:39:28 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2003-08-24 08:39:28 +02:00
|
|
|
COMMENT= Very useful utility for configuring and testing XInput devices
|
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
XORG_CAT= app
|
|
|
|
USE_XORG= inputproto x11 xi xext
|
2003-08-24 08:39:28 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xinput
|
2003-08-24 08:39:28 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
MAN1= xinput.1
|
|
|
|
|
2003-08-24 08:39:28 +02:00
|
|
|
.include <bsd.port.mk>
|