summaryrefslogtreecommitdiff
path: root/audio/festvox-cmu_us_slt_arctic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-cmu_us_slt_arctic/Makefile')
-rw-r--r--audio/festvox-cmu_us_slt_arctic/Makefile47
1 files changed, 39 insertions, 8 deletions
diff --git a/audio/festvox-cmu_us_slt_arctic/Makefile b/audio/festvox-cmu_us_slt_arctic/Makefile
index 7d440352d300..778827dbf101 100644
--- a/audio/festvox-cmu_us_slt_arctic/Makefile
+++ b/audio/festvox-cmu_us_slt_arctic/Makefile
@@ -1,15 +1,46 @@
-# Created by: ?
# $FreeBSD$
-VOICE= cmu_us_slt_arctic
-PORTREVISION= 0
+PORTNAME= festvox-${VOICE}
+PORTVERSION= 0.95
+CATEGORIES= audio
+MASTER_SITES= http://www.speech.cs.cmu.edu/cmu_arctic/packed/
+DISTNAME= ${VOICE}-${PORTVERSION}-release
+DIST_SUBDIR= festival
-COMMENT= English female voice for festival
+MAINTAINER= mike.d.ft402@gmail.com
+COMMENT?= CMU US English female voice for festival
-MASTERDIR= ${.CURDIR}/../festvox-cmu_us_slt_arctic
-DESCR= ${.CURDIR}/pkg-descr
+LICENSE= MIT-variant
+LICENSE_NAME= MIT License (CMU variant)
+LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept dist-sell pkg-sell
+
+RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \
+ ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu \
+ ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex
+
+USES= tar:bzip2
+
+WRKSRC= ${WRKDIR}/${VOICE}
+
+NO_BUILD= yes
+NO_ARCH= yes
+
+SUB_FILES= pkg-message
+SUB_LIST+= VOICE=${VOICE}
+
+DATADIR= ${PREFIX}/share/festival/lib/voices/us/${VOICE}_clunits
+PORTDATA?= *
+
+VOICE?= cmu_us_slt_arctic
+
+DESCR= ${.CURDIR}/pkg-descr
DISTINFO_FILE= ${.CURDIR}/distinfo
-PLIST= ${.CURDIR}/pkg-plist
PKGMESSAGE= ${.CURDIR}/pkg-message
-.include "${MASTERDIR}/Makefile.common"
+do-install:
+ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
+ ${RM} ${STAGEDIR}${DATADIR}/.time-stamp
+ ${FIND} ${STAGEDIR}${DATADIR} -type d -empty -delete
+
+.include <bsd.port.mk>