1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/xinput/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: xinput
# Date created: 05 July 2003
# Whom: Martin Ranne <gasp@ridcully.dnsalias.org>
#
# $FreeBSD$
#
PORTNAME= xinput
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=utilities
MAINTAINER= ports@FreeBSD.org
COMMENT= Very useful utility for configuring and testing XInput devices
USE_IMAKE= yes
MAN1= xinput.1
PLIST_FILES= bin/xinput
.include <bsd.port.mk>