1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/stardict2-rptts/Makefile
Max Brazhnikov ab1a24cca3 Take maintainership
Feature safe:	yes
2011-11-11 00:43:21 +00:00

25 lines
568 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= SF/stardict/WyabdcRealPeopleTTS/${PORTVERSION}
DISTNAME= WyabdcRealPeopleTTS
DIST_SUBDIR= stardict
EXTRACT_ONLY= # empty
MAINTAINER= makc@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>