mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
15 lines
324 B
Makefile
15 lines
324 B
Makefile
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"
|