e12cd84d2f
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
25 lines
578 B
Makefile
25 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>
|