summaryrefslogtreecommitdiffstats
path: root/accessibility/mousetweaks/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-06 19:30:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-06 19:30:35 +0800
commita3f07655bedf894ed85ce1639e135e9215c4b466 (patch)
tree87214e78e2fe83f7d8dd7e20f2e4504297f8eb79 /accessibility/mousetweaks/Makefile
parent4a6d3689624a9439f2ca916a143a1aa60891371b (diff)
downloadmarcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar.gz
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar.bz2
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar.lz
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar.xz
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.tar.zst
marcuscom-ports-a3f07655bedf894ed85ce1639e135e9215c4b466.zip
Update to 2.31.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14192 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/mousetweaks/Makefile')
-rw-r--r--accessibility/mousetweaks/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
new file mode 100644
index 000000000..31daf9879
--- /dev/null
+++ b/accessibility/mousetweaks/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: mousetweaks
+# Date created: 2008 01 10
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= mousetweaks
+PORTVERSION= 2.31.2
+CATEGORIES= accessibility
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Mouse accessibility enhancements for the GNOME desktop
+
+USE_XORG= x11 xfixes xcursor xtst
+USE_BZIP2= yes
+USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi
+USE_GMAKE= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= 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>