freebsd-ports/textproc/stardict-rptts/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

22 lines
468 B
Makefile

# Created by: Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
# $FreeBSD$
PORTNAME= stardict-rptts
PORTVERSION= 2.1.0
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
DISTNAME= WyabdcRealPeopleTTS
DIST_SUBDIR= stardict
MAINTAINER= makc@FreeBSD.org
COMMENT= Real People TTS for StarDict
PROJECTHOST= stardict-3
NO_BUILD= yes
USE_BZIP2= yes
do-install:
${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share
.include <bsd.port.mk>