1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/audio/festlex-ogi/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

39 lines
982 B
Makefile

# Created by: trevor
PORTNAME= festlex-ogi
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= # ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= OGIlexicon-2.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Composite pronunciation dictionary from ogi.edu for Festival
RUN_DEPENDS= festival:audio/festival \
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:audio/festlex-poslex
# Converted from RESTRICTED
LICENSE= FESTLEX
LICENSE_NAME= festlex
LICENSE_TEXT= No commercial use
LICENSE_PERMS= auto-accept
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/OGIlexicon-2.2.tar.gz and put ${DISTFILE} into ${DISTDIR}
.endif
do-install:
${MKDIR} ${STAGEDIR}${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${STAGEDIR}${FHOME}
.include <bsd.port.post.mk>