mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
736 B
Makefile
31 lines
736 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
|
|
PORTREVISION= 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>
|