090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
30 lines
738 B
Makefile
30 lines
738 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= 2
|
|
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|${LOCALBASE}/include/synaptics|g' \
|
|
${WRKSRC}/ksynaptics/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|