469d872039
KSynaptics is a KDE control center module that enables users to take full advantage of their mobiles' Synaptics touchpad. It depends on the Xorg/XFree86 synaptics driver and offers the following features: * adjustable pressure sensitivity * tapping configuration / smart tapping * mouse button emulation * circular scrolling * smart mode WWW: http://qsynaptics.sourceforge.net/
29 lines
720 B
Makefile
29 lines
720 B
Makefile
# New ports collection makefile for: ksynaptics
|
|
# Date created: Sun Mar 19 23:11:08 CET 2006
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ksynaptics
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://qsynaptics.sourceforge.net/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= KDE control center module for Synaptics touchpads
|
|
|
|
LIB_DEPENDS= synaptics:${PORTSDIR}/x11/libsynaptics
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${REINPLACE_CMD} -e \
|
|
's|/usr/include/synaptics|${X11BASE}/include/synaptics|g' \
|
|
${WRKSRC}/ksynaptics/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|