diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 06:39:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 06:39:28 +0000 |
commit | 0c48d2fb5171bb7552346dcfce6d26826bb49484 (patch) | |
tree | 7193e9d1c54aeede2c7084c15aa31ce276389f82 /x11/xinput/Makefile | |
parent | 81a44e879cade678c13a1ee14d1ef9e739695845 (diff) | |
download | ports-0c48d2fb5171bb7552346dcfce6d26826bb49484.tar.gz ports-0c48d2fb5171bb7552346dcfce6d26826bb49484.zip |
Notes
Diffstat (limited to 'x11/xinput/Makefile')
-rw-r--r-- | x11/xinput/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile new file mode 100644 index 000000000000..244bbd839546 --- /dev/null +++ b/x11/xinput/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xinput +# Date created: 05 July 2003 +# Whom: Martin Ranne <gasp@ridcully.dnsalias.org> +# +# $FreeBSD$ +# + +PORTNAME= xinput +PORTVERSION= 1.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR=utilities + +MAINTAINER= gasp@ridcully.dnsalias.org +COMMENT= Very useful utility for configuring and testing XInput devices + +USE_IMAKE= yes + +MAN1= xinput.1 + +.include <bsd.port.mk> |