mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
15 lines
322 B
Makefile
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"
|