22b9fdbb62
keep the make_index script from hacking tiny, barely noticable hairballs over this port.
41 lines
829 B
Makefile
41 lines
829 B
Makefile
# 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@FreeBSD.org
|
|
|
|
RUN_DEPENDS= festival:${.CURDIR}/../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>
|