1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/gnuspeechsa/Makefile
2021-04-08 02:19:01 +03:00

24 lines
472 B
Makefile

PORTNAME= gnuspeechsa
PORTVERSION= 0.1.5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= GNU/gnuspeech
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Command line, or application-based speech output module of gnuspeech
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lib
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>