1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/accessibility/py-speech-dispatcher/Makefile
Dmitry Marakasov 0c84e9d3da - Fix shebangs for py-speech-dispatcher
Approved by:	portmgr blanket
2018-02-03 17:06:46 +00:00

19 lines
353 B
Makefile

# $FreeBSD$
PORTREVISION= 1
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"