summaryrefslogtreecommitdiff
path: root/x11/xf86-input-void/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-input-void/Makefile')
-rw-r--r--x11/xf86-input-void/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xf86-input-void/Makefile b/x11/xf86-input-void/Makefile
new file mode 100644
index 00000000000..daa6275f8d1
--- /dev/null
+++ b/x11/xf86-input-void/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $
+
+DISTNAME= xf86-input-void-1.1.0
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+COMMENT= Modular Xorg dummy input driver
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_TOOLS+= pkg-config
+
+.include "../../x11/inputproto/buildlink3.mk"
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"