summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-void/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-void/Makefile')
-rw-r--r--x11-drivers/xf86-input-void/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile
deleted file mode 100644
index deea0df..0000000
--- a/x11-drivers/xf86-input-void/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: xf86-input-void
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xf86-input-void
-PORTVERSION= ${VOID_VERSION}
-PORTREVISION= ${VOID_REVISION}
-CATEGORIES= x11-drivers
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X.Org void input driver
-
-XORG_CAT= driver
-USE_XORG= xextproto videoproto
-MAN4= void.4x
-
-.if defined(WITH_NEW_XORG)
-VOID_VERSION= 1.4.0
-VOID_REVISION= 0
-.else
-VOID_VERSION= 1.3.1
-VOID_REVISION= 0
-.endif
-
-
-.include <bsd.port.mk>