diff options
Diffstat (limited to 'accessibility/py3-speech-dispatcher/Makefile')
-rw-r--r-- | accessibility/py3-speech-dispatcher/Makefile | 8 |
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 |