# Ports collection makefile for: mousetweaks # Date created: 2008 01 10 # Whom: Koop Mast # # $FreeBSD$ # $MCom: ports/accessibility/mousetweaks3/Makefile,v 1.14 2011/10/04 21:09:43 kwm Exp $ # PORTNAME= mousetweaks PORTVERSION= 3.2.1 CATEGORIES= accessibility MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Mouse accessibility enhancements for the GNOME desktop BUILD_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas CONFLICTS= mousetweaks-2.[0-9]* LATEST_LINK= mousetweaks3 USE_XORG= x11 xfixes xcursor xtst USE_XZ= yes USE_GNOME= gnomehack gnomeprefix intlhack gnomedocutils gtk30 USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mousetweaks.enums.xml \ org.gnome.mousetweaks.gschema.xml MAN1= mousetweaks.1 #OPTIONS= APPLETS "Build dwell-click and pointer-capture applets" on .include #.if defined(WITH_APPLETS) #USE_GNOME+= gnomepanel3 #CONFIGURE_ARGS+=--enable-pointer-capture \ # --enable-dwell-click #MAN1= dwell-click-applet.1 pointer-capture-applet.1 #PLIST_SUB+= APPLETS="" #.else PLIST_SUB+= APPLETS="@comment " #.endif .include