freebsd-ports/audio/festogi-spanish/Makefile
Alexander Leidinger d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00

56 lines
1.3 KiB
Makefile

# New ports collection makefile for: festogi-spanish
# Date created: 2000-06-19
# Whom: Trevor Johnson
# 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.1
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= OGIspanish-${PORTVERSION}
DIST_SUBDIR= festival
MAINTAINER= ports@FreeBSD.org
COMMENT= Mexican Spanish support for Festival
RUN_DEPENDS= \
${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI
.if !defined(NOPORTDOCS)
PORTDOCS= README-OGIspanish license_ogi_tts.txt
.endif
.for ii in duration intonation lexicon lts phones phrasing syl token
PLIST_FILES+= share/festival/lib/ogi_spanish/ogi_span_mx_${ii}.scm
.endfor
PLIST_DIRS= share/festival/lib/ogi_spanish
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}
${MKDIR} ${DOCSDIR}
.if !defined(NOPORTDOCS)
.for ii in ${PORTDOCS}
${INSTALL_DATA} ${WRKDIR}/${ii} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>