summaryrefslogtreecommitdiffstats
path: root/accessibility/mousetweaks/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-13 21:39:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-13 21:39:14 +0800
commita35eba1aeede7f7915aa13aa2cd20bf3b5a91e93 (patch)
treea42ee1717b1a5d19ca0d198fd39fad8fd9f02440 /accessibility/mousetweaks/Makefile
parent47c878ee16dc2bc3713b1e81bde5396d0956dc70 (diff)
downloadmarcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar.gz
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar.bz2
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar.lz
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar.xz
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.tar.zst
marcuscom-ports-a35eba1aeede7f7915aa13aa2cd20bf3b5a91e93.zip
Add mousetweaks.
It provides mouse accessibility enhancements for GNOME desktop. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10057 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/mousetweaks/Makefile')
-rw-r--r--accessibility/mousetweaks/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
new file mode 100644
index 000000000..30fa7378b
--- /dev/null
+++ b/accessibility/mousetweaks/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: mousetweaks
+# Date created: 2008 01 10
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= mousetweaks
+PORTVERSION= 0.2.8
+CATEGORIES= accessibility
+MASTER_SITES= https://launchpad.net/mousetweaks/${PORTVERSION:R}/${PORTVERSION}/+download/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Mouse accessibility enhancements for the GNOME desktop
+
+USE_GNOME= gnomehack gnomepanel
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas
+
+MAN1= mousetweaks.1
+
+.include <bsd.port.mk>