freebsd-ports/x11/xinput/Makefile

24 lines
462 B
Makefile
Raw Normal View History

# 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
2003-11-03 05:56:45 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Very useful utility for configuring and testing XInput devices
USE_IMAKE= yes
MAN1= xinput.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xinput
.include <bsd.port.mk>