1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/festival-freebsoft-utils/Makefile
Alexey Dokuchaev 1c4a47231c - Move some knobs to their standard locations within the Makefile
- Use option helper target, deobfuscate installation commands, mute
  MKDIR's, wrap overly long lines, use INSTAL_DATA when appropriate
  instead of INSTALL_MAN
2018-01-11 12:39:22 +00:00

34 lines
810 B
Makefile

# $FreeBSD$
PORTNAME= festival-freebsoft-utils
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= audio accessibility
MASTER_SITES= http://www.freebsoft.org/pub/projects/${PORTNAME}/
MAINTAINER= avilla@FreeBSD.org
COMMENT= Festival utilities focused on interaction with Speech Dispatcher
RUN_DEPENDS= festival:audio/festival \
sox:audio/sox
NO_BUILD= yes
USES= iconv
INFO= ${PORTNAME}
PORTDOCS= ANNOUNCE NEWS README
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/festival/lib
${INSTALL_DATA} ${WRKSRC}/*.scm ${STAGEDIR}${PREFIX}/share/festival/lib
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info \
${STAGEDIR}${PREFIX}/${INFO_PATH}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>