diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-07 11:42:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-07 11:42:59 +0800 |
commit | 8ecbd50745fd12dadcabbc9362c327659c5b45fb (patch) | |
tree | 639d2601b79a99a91fcacda30b0d4a94059689ba /textproc/stardict2-rptts/Makefile | |
parent | 875a235ad59288afb18065a8812e44e8d9061d7f (diff) | |
download | freebsd-ports-gnome-8ecbd50745fd12dadcabbc9362c327659c5b45fb.tar.gz freebsd-ports-gnome-8ecbd50745fd12dadcabbc9362c327659c5b45fb.tar.zst freebsd-ports-gnome-8ecbd50745fd12dadcabbc9362c327659c5b45fb.zip |
- This port will add real people text to speech functionality
to stardict2.
- Contribution also to ports/74660
statue <statue AT freebsd dot netlab dot cse dot yzu dot edu dot tw>
PR: 74714
Submitted by: delphij
Diffstat (limited to 'textproc/stardict2-rptts/Makefile')
-rw-r--r-- | textproc/stardict2-rptts/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/stardict2-rptts/Makefile b/textproc/stardict2-rptts/Makefile new file mode 100644 index 000000000000..13f55e562cff --- /dev/null +++ b/textproc/stardict2-rptts/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: stardict2-rptts +# Date created: 27 Nov 2004 +# Whom: Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw> +# $FreeBSD$ +# + +PORTNAME= stardict2-rptts +PORTVERSION= 2.1.0 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= stardict +DISTNAME= WyabdcRealPeopleTTS +DIST_SUBDIR= stardict +EXTRACT_ONLY= # empty + +MAINTAINER= ports@FreeBSD.org +COMMENT= Real People TTS for StarDict + +NO_BUILD= yes +USE_BZIP2= yes + +do-install: + ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${PREFIX}/share + +.include <bsd.port.mk> |