2006-03-20 01:11:46 +01:00
|
|
|
# New ports collection makefile for: libsynaptics
|
|
|
|
# Date created: Sun Mar 19 21:20:25 CET 2006
|
|
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsynaptics
|
2006-09-14 14:26:54 +02:00
|
|
|
PORTVERSION= 0.14.6b
|
2008-03-24 18:02:27 +01:00
|
|
|
PORTREVISION= 2
|
2006-03-20 01:11:46 +01:00
|
|
|
CATEGORIES= x11
|
2006-09-26 19:52:25 +02:00
|
|
|
MASTER_SITES= http://qsynaptics.sourceforge.net/ \
|
|
|
|
http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/
|
2006-03-20 01:11:46 +01:00
|
|
|
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
|
|
COMMENT= Library to access the Xorg/XFree86 Synaptics TouchPad Driver
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
- 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
|
|
|
USE_LDCONFIG= yes
|
2008-03-24 18:02:27 +01:00
|
|
|
USE_XORG= x11
|
2006-03-20 01:11:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- 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
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-03-20 01:11:46 +01:00
|
|
|
|
2006-04-28 14:07:53 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/%%PTHREAD_LIBS%%/${PTHREAD_LIBS}/g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2006-03-20 01:11:46 +01:00
|
|
|
.include <bsd.port.mk>
|