Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / festival-freebsoft-utils / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       festival-freebsoft-utils
4 PORTVERSION=    0.10
5 PORTREVISION=   2
6 CATEGORIES=     audio accessibility
7 MASTER_SITES=   http://www.freebsoft.org/pub/projects/${PORTNAME}/
8
9 MAINTAINER=     avilla@FreeBSD.org
10 COMMENT=        Festival utilities focused on interaction with Speech Dispatcher
11
12 RUN_DEPENDS=    festival:${PORTSDIR}/audio/festival \
13                 sox:${PORTSDIR}/audio/sox
14
15 NO_BUILD=       yes
16 USES=           iconv
17 NO_STAGE=       yes
18
19 PORTDOCS=       ANNOUNCE NEWS README
20
21 INFO=           ${PORTNAME}
22
23 OPTIONS_DEFINE= DOCS
24
25 .include <bsd.port.options.mk>
26
27 do-install:
28         ${MKDIR} ${LOCALBASE}/share/festival/lib
29         cd ${WRKSRC} && ${INSTALL_DATA} *.scm ${LOCALBASE}/share/festival/lib
30         cd ${WRKSRC}/doc && ${INSTALL_MAN} ${PORTNAME}.info ${PREFIX}/${INFO_PATH}
31
32 post-install:
33 .if ${PORT_OPTIONS:MDOCS}
34         ${MKDIR} ${DOCSDIR}
35 .for f in ${PORTDOCS}
36         ${INSTALL_MAN} ${WRKSRC}/${f} ${DOCSDIR}
37 .endfor
38 .endif
39
40 .include <bsd.port.mk>