2006-03-20 01:14:45 +01:00
|
|
|
# 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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2006-03-20 01:14:45 +01:00
|
|
|
CATEGORIES= sysutils kde
|
|
|
|
MASTER_SITES= http://qsynaptics.sourceforge.net/
|
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-03-20 01:14:45 +01:00
|
|
|
COMMENT= KDE control center module for Synaptics touchpads
|
|
|
|
|
|
|
|
LIB_DEPENDS= synaptics:${PORTSDIR}/x11/libsynaptics
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-03-20 01:14:45 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
's|/usr/include/synaptics|${LOCALBASE}/include/synaptics|g' \
|
2006-03-20 01:14:45 +01:00
|
|
|
${WRKSRC}/ksynaptics/src/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|