1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/accessibility/kdeaccessibility4/Makefile
Max Brazhnikov a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00

48 lines
1.1 KiB
Makefile

# New ports collection Makefile for: kdeaccessibility
# Date created: 2008-01-31
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Accessibility applications for KDE4
LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher
LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_XORG= xtst
MAKE_JOBS_SAFE= yes
MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
CMAKE_ARGS+= -DBUILD_jovie=OFF
OPTIONS= KTTS "Enable KTTS speech service" off
.include <bsd.port.options.mk>
.if defined(WITH_KTTS)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts
.endif
post-patch:
${REINPLACE_CMD} -e 's/speechd/$$$\{SPEECHD_LIBRARY}/g' \
${PATCH_WRKSRC}/kaccessible/CMakeLists.txt
.include <bsd.port.mk>