summaryrefslogtreecommitdiffstats
path: root/accessibility/mousetweaks/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-15 10:31:29 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-15 10:31:29 +0800
commit31d35bffc38e634ee6466c1e22e7bc032f52eeea (patch)
treecb1e10101f0d5a0812845920592b9cbe7feec244 /accessibility/mousetweaks/Makefile
parent9b613a1046f3b2e09611a9a0f709beea0dd9ce84 (diff)
downloadmarcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar.gz
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar.bz2
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar.lz
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar.xz
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.tar.zst
marcuscom-ports-31d35bffc38e634ee6466c1e22e7bc032f52eeea.zip
Update to 2.21.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10099 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/mousetweaks/Makefile')
-rw-r--r--accessibility/mousetweaks/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
index 30fa7378b..9aa3ca929 100644
--- a/accessibility/mousetweaks/Makefile
+++ b/accessibility/mousetweaks/Makefile
@@ -3,23 +3,27 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.1 2008/01/13 13:39:14 kwm Exp $
+#
PORTNAME= mousetweaks
-PORTVERSION= 0.2.8
+PORTVERSION= 2.21.5
CATEGORIES= accessibility
-MASTER_SITES= https://launchpad.net/mousetweaks/${PORTVERSION:R}/${PORTVERSION}/+download/
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mouse accessibility enhancements for the GNOME desktop
-USE_GNOME= gnomehack gnomepanel
+USE_BZIP2= yes
+USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
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
+GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas
MAN1= mousetweaks.1
.include <bsd.port.mk>