aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/py3-speech-dispatcher/Makefile
blob: affb313ea68c0ab3ce6c34cde462266d1da193d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

COMMENT=    Common interface to speech synthesis python bindings

SPEECH_SLAVE=   yes

MASTERDIR=  ${.CURDIR}/../../accessibility/speech-dispatcher

BUILD_WRKSRC=   ${WRKSRC}/src/api/python
INSTALL_WRKSRC= ${WRKSRC}/src/api/python

PLIST=  ${.CURDIR}/pkg-plist

.include "${MASTERDIR}/Makefile"