diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /x11/xinput/Makefile | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'x11/xinput/Makefile')
-rw-r--r-- | x11/xinput/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index bcf6ece6fcc9..b68044f7c544 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -6,18 +6,17 @@ # PORTNAME= xinput -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR=utilities -MAINTAINER= ports@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices -USE_IMAKE= yes +XORG_CAT= app +USE_XORG= inputproto x11 xi xext -MAN1= xinput.1 PLIST_FILES= bin/xinput +MAN1= xinput.1 + .include <bsd.port.mk> |