summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-vmmouse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-vmmouse/Makefile')
-rw-r--r--x11-drivers/xf86-input-vmmouse/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile
deleted file mode 100644
index ab5fffc..0000000
--- a/x11-drivers/xf86-input-vmmouse/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: xf86-input-vmmouse
-# Date Created: 17 Feb 2006
-# Whom: NIIMI Satoshi <sa2c@sa2c.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xf86-input-vmmouse
-PORTVERSION= 12.7.0
-CATEGORIES= x11-drivers
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X.Org vmmouse input driver
-
-LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
-
-XORG_CAT= driver
-USE_XORG= xextproto videoproto
-CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
-USE_GMAKE= yes
-
-MAN1= vmmouse_detect.1
-MAN4= vmmouse.4x
-
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures.
-
-.if defined(WITH_NEW_XORG)
-PLIST_SUB+= NEW=""
-.else
-PLIST_SUB+= NEW="@comment "
-.endif
-
-.include <bsd.port.mk>