aboutsummaryrefslogtreecommitdiff
path: root/textproc/stardict-rptts/Makefile
blob: ab5ae024b2d0db1a41f5cabf23bcced64f4e4961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	stardict-rptts
PORTVERSION=	2.1.0
CATEGORIES=	textproc
MASTER_SITES=	SF/stardict-4/WyabdcRealPeopleTTS
DISTNAME=	WyabdcRealPeopleTTS
DIST_SUBDIR=	stardict

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Real People TTS for StarDict
WWW=		http://www.stardict.org

NO_BUILD=	yes
USES=		tar:bzip2

do-install:
		${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share

.include <bsd.port.mk>