summaryrefslogtreecommitdiffstats
path: root/accessibility/mousetweaks/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-28 13:49:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-28 13:49:54 +0800
commit8b57d35b38e1d038051f752b834bb231d48e6b8d (patch)
treec6a39e25f4492270c7a8e785cdbfd0dd2ae70f59 /accessibility/mousetweaks/Makefile
parent19347b333ba4108370f671b152e21922a26ec10c (diff)
downloadmarcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar.gz
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar.bz2
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar.lz
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar.xz
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.tar.zst
marcuscom-ports-8b57d35b38e1d038051f752b834bb231d48e6b8d.zip
Update to 2.23.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10923 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/mousetweaks/Makefile')
-rw-r--r--accessibility/mousetweaks/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
new file mode 100644
index 000000000..4c66371d3
--- /dev/null
+++ b/accessibility/mousetweaks/Makefile
@@ -0,0 +1,30 @@
+# Ports collection makefile for: mousetweaks
+# Date created: 2008 01 10
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.7 2008/03/10 21:35:20 mezz Exp $
+#
+
+PORTNAME= mousetweaks
+PORTVERSION= 2.23.1
+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>