summaryrefslogtreecommitdiff
path: root/accessibility/py3-speech-dispatcher
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2016-12-22 15:31:28 +0000
committerAlberto Villa <avilla@FreeBSD.org>2016-12-22 15:31:28 +0000
commit2713adc5b6e49f3e6b7f30f291b403050138e33c (patch)
tree148fe5ccc3f77a0e0747f7bd172644ce746c4653 /accessibility/py3-speech-dispatcher
parentsecurity/nss: update to 3.28 (diff)
accessibility/speech-dispatcher: update to 0.8.6
- Fix paths in modules configuration - Improve Python slave port Updates since 0.8.3: * Implement a shutdown timer in the server, which activates after 5 seconds with no clients connected * Add support for espeak-ng (no FreeBSD port available) * Add command-line argument to allow for custom modules location
Diffstat (limited to 'accessibility/py3-speech-dispatcher')
-rw-r--r--accessibility/py3-speech-dispatcher/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/accessibility/py3-speech-dispatcher/Makefile b/accessibility/py3-speech-dispatcher/Makefile
index e2633ce8922c..ea846a052a2f 100644
--- a/accessibility/py3-speech-dispatcher/Makefile
+++ b/accessibility/py3-speech-dispatcher/Makefile
@@ -1,15 +1,17 @@
# $FreeBSD$
+PORTREVISION= 0
+CATEGORIES= accessibility audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-COMMENT= Common interface to speech synthesis python bindings
+COMMENT= Python bindings for Speech Dispatcher
SPEECH_SLAVE= yes
-MASTERDIR= ${.CURDIR}/../speech-dispatcher
+MASTERDIR= ${.CURDIR:H}/speech-dispatcher
BUILD_WRKSRC= ${WRKSRC}/src/api/python
-INSTALL_WRKSRC= ${WRKSRC}/src/api/python
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist