diff options
Diffstat (limited to 'audio/festogi-spanish/Makefile')
-rw-r--r-- | audio/festogi-spanish/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile new file mode 100644 index 000000000000..473634702dcd --- /dev/null +++ b/audio/festogi-spanish/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: festogi-spanish +# Date created: 2000-06-19 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:59 wiz Exp $ +# $FreeBSD$ +# + +PORTNAME= festogi-spanish +PORTVERSION= 2.0 +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTNAME= OGIspanish-2.0 +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival + +RESTRICTED= no-commercial-use + +WRKSRC= ${WRKDIR}/festival + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ ${CHMOD} -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + +pre-install: + (find ${WRKSRC} -name CVS | xargs rm -rf) + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> |