summaryrefslogtreecommitdiffstats
path: root/accessibility/mousetweaks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/mousetweaks/Makefile')
-rw-r--r--accessibility/mousetweaks/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
deleted file mode 100644
index 88cc30483..000000000
--- a/accessibility/mousetweaks/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Ports collection makefile for: mousetweaks
-# Date created: 2008 01 10
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.6 2008/02/24 22:16:39 mezz Exp $
-#
-
-PORTNAME= mousetweaks
-PORTVERSION= 2.22.0
-CATEGORIES= accessibility
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Mouse accessibility enhancements for the GNOME desktop
-
-USE_XORG= xfixes
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi
-USE_GMAKE= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas
-MAN1= dwell-click-applet.1 mousetweaks.1 pointer-capture-applet.1
-
-.include <bsd.port.mk>