aboutsummaryrefslogtreecommitdiff
path: root/textproc/stardict-rptts/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-25 16:25:44 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-25 16:25:44 +0000
commit17d90ed40da3c8530c1a5e538ab805df35cbc6a1 (patch)
tree1d11dfc40ec949e18832c34d4396c621774b5fcc /textproc/stardict-rptts/Makefile
parent7121f8f69fb5517ed7097f858acf26731c8cc098 (diff)
downloadports-17d90ed40da3c8530c1a5e538ab805df35cbc6a1.tar.gz
ports-17d90ed40da3c8530c1a5e538ab805df35cbc6a1.zip
Notes
Diffstat (limited to 'textproc/stardict-rptts/Makefile')
-rw-r--r--textproc/stardict-rptts/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/stardict-rptts/Makefile b/textproc/stardict-rptts/Makefile
new file mode 100644
index 000000000000..7ca5232c5168
--- /dev/null
+++ b/textproc/stardict-rptts/Makefile
@@ -0,0 +1,22 @@
+# Created by: Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
+# $FreeBSD$
+
+PORTNAME= stardict-rptts
+PORTVERSION= 2.1.0
+CATEGORIES= textproc
+MASTER_SITES= GOOGLE_CODE
+DISTNAME= WyabdcRealPeopleTTS
+DIST_SUBDIR= stardict
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Real People TTS for StarDict
+
+PROJECTHOST= stardict-3
+
+NO_BUILD= yes
+USE_BZIP2= yes
+
+do-install:
+ ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${PREFIX}/share
+
+.include <bsd.port.mk>