1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/stardict2-rptts/Makefile
Cheng-Lung Sung e12cd84d2f - 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
2005-03-07 03:42:59 +00:00

26 lines
578 B
Makefile

# 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>