summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-void/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-15 07:00:54 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-15 07:00:54 +0800
commit244839495c275e9457be660ef28ee3f284c72ca5 (patch)
tree2612015604732ff0067cc8ba92cadbb6fcba458b /x11-drivers/xf86-input-void/Makefile
parent9f2ae103b3488ed9519ef7d49be69f75798e074e (diff)
downloadxorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar.gz
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar.bz2
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar.lz
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar.xz
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.tar.zst
xorg-devel-ports-244839495c275e9457be660ef28ee3f284c72ca5.zip
- Add first input drivers
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@76 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-input-void/Makefile')
-rw-r--r--x11-drivers/xf86-input-void/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile
new file mode 100644
index 0000000..551fc24
--- /dev/null
+++ b/x11-drivers/xf86-input-void/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: xf86-input-void
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-drivers/xf86-input-void/Makefile,v 1.6 2009/05/07 19:42:35 rnoland Exp $
+#
+
+PORTNAME= xf86-input-void
+PORTVERSION= 1.3.0
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org void input driver
+
+XORG_CAT= driver
+MAN4= void.4x
+
+.include <bsd.port.mk>