ports/accessibility/py-speech-dispatcher/Makefile
Jason E. Hale d3186fa355 accessibility/*speech-dispatcher: Upate to 0.12.0
Introduce a rudimentary automated testing mechanism.

Improve Makefile readability and decruft. On this line, remove VOXIN
option that was added almost 4 years ago and marked BROKEN from the very
start. libvoxin seems like an abandoned project, anyways, with no
activity in the last 2.5 years.

https://github.com/brailcom/speechd/releases/tag/0.12.0
2025-02-27 08:41:59 -05:00

15 lines
322 B
Makefile

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