pkgsrc-wip/mousetweaks/Makefile
Makoto Fujiwara d3e6389b4a Import mousetweaks-3.12.0 as wip/mousetweaks.
The Mousetweaks package provides mouse accessibility enhancements
for the GNOME desktop. These enhancements are:

1. It offers a way to perform the various clicks without using any
hardware button.

2. It allows users to perform a right click by doing a click&hold
of the left mousebutton. (For a left-handed mouse user, the termes
left and right have to be inverted.)

3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can be
captured until the user releases it with a predefined button and
modifier combination.

The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.
2014-12-13 02:47:44 +00:00

36 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2014/12/13 02:47:44 makoto Exp $
#
DISTNAME= mousetweaks-3.12.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mousetweaks/3.12/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/Mousetweaks/Home
COMMENT= Mouse accessibility software
LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3
GNU_CONFIGURE= yes
GCONF_SCHEMAS+= mousetweaks.schemas
GCONF_SCHEMAS+= pointer-capture-applet.schemas
USE_TOOLS+= gmake intltool msgfmt pkg-config
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.16.0
.include "../../devel/GConf/schemas.mk"
.include "../../devel/at-spi/buildlink3.mk"
BUILDLINK_API_DEPENDS.libglade+= libglade>=2.4.0
.include "../../devel/libglade/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.13.1
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"