mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
794a894f8c
While here: - Strip binaries - Convert USE_BZIP2 -> USES=tar:bzip2 - Convert to USES=libtool - Remove tests for gnopernicus as they badly track the dependencies they needs and fails to build with non recursive ld(1) - orca does not need pathfix at all
26 lines
681 B
Makefile
26 lines
681 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.53 2010/11/15 21:25:36 kwm Exp $
|
|
|
|
PORTNAME= mousetweaks
|
|
PORTVERSION= 2.32.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= accessibility
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Mouse accessibility enhancements for the GNOME desktop
|
|
|
|
USE_XORG= x11 xfixes xcursor xtst
|
|
USE_GNOME= gnomeprefix gnomepanel intlhack
|
|
USES= gmake gettext pathfix pkgconfig tar:bzip2
|
|
INSTALLS_OMF= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas
|
|
|
|
.include <bsd.port.mk>
|