aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/kdeaccessibility4/Makefile
blob: d71f44c030945667b5648a3d0988a02f52cec49d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   kdeaccessibility
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES=   # empty
DISTFILES=  # empty

MAINTAINER= kde@FreeBSD.org
COMMENT=    Accessibility applications for KDE 4

USE_KDE4=   kdeprefix
NO_BUILD=   yes

LATEST_LINK=    ${PORTNAME}4

OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH
OPTIONS_DEFAULT=    ${OPTIONS_DEFINE}

JOVIE_DESC=     Install Jovie text-to-speech system
KACCESSIBLE_DESC=   Install Accessibility services for KDE
KMAG_DESC=      Install Screen magnifier
KMOUSETOOL_DESC=    Install Automatic mouse click tool
KMOUTH_DESC=        Install Speech synthesizer frontend

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MJOVIE}
RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/jovie
.endif

.if ${PORT_OPTIONS:MKACCESSIBLE}
RUN_DEPENDS+=   ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:${PORTSDIR}/accessibility/kaccessible
.endif

.if ${PORT_OPTIONS:MKMAG}
RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kmag:${PORTSDIR}/accessibility/kmag
.endif

.if ${PORT_OPTIONS:MKMOUSETOOL}
RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kmousetool:${PORTSDIR}/accessibility/kmousetool
.endif

.if ${PORT_OPTIONS:MKMOUTH}
RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kmouth:${PORTSDIR}/accessibility/kmouth
.endif

do-install:
    ${DO_NADA}

.include <bsd.port.mk>