freebsd-ports/audio/festlex-oald/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

32 lines
652 B
Makefile

# Created by: trevor
PORTNAME= festlex-oald
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= audio accessibility
MASTER_SITES= FESTIVAL
DISTNAME= festlex_OALD
DIST_SUBDIR= festival
MAINTAINER= ports@FreeBSD.org
COMMENT= Oxford Advanced Learner's pronunciation dictionary for Festival
RUN_DEPENDS= festival:audio/festival
# 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
do-install:
@${MKDIR} ${STAGEDIR}${FHOME}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
.include <bsd.port.mk>