16 lines
309 B
Makefile
16 lines
309 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
|
|
PORTNAME= Text_Spell_Audio
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= audio pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generate a sound clip saying the contents of a string of characters
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|