Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / pear-Text_Spell_Audio / Makefile
1 # Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
2 # $FreeBSD$
3
4 PORTNAME=       Text_Spell_Audio
5 PORTVERSION=    0.1.0
6 CATEGORIES=     audio pear
7
8 MAINTAINER=     miwi@FreeBSD.org
9 COMMENT=        Generates a sound clip saying the contents of a string of characters
10
11 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
12 RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
13
14 PEAR_AUTOINSTALL=       yes
15
16 .include <bsd.port.pre.mk>
17 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
18 .include <bsd.port.post.mk>