ports/accessibility/py3-speech-dispatcher/Makefile
Alberto Villa 2713adc5b6 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
2016-12-22 15:31:28 +00:00

18 lines
353 B
Makefile

# $FreeBSD$
PORTREVISION= 0
CATEGORIES= accessibility audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python bindings for Speech Dispatcher
SPEECH_SLAVE= yes
MASTERDIR= ${.CURDIR:H}/speech-dispatcher
BUILD_WRKSRC= ${WRKSRC}/src/api/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"