blob: 2122f703b2ed637b76c55846487c0bd5a8fed428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.3 2016/07/09 06:37:50 wiz Exp $
DISTNAME= sphinxtrain-1.0.8
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= filip@joyent.com
HOMEPAGE= http://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speed recognition acoustic model training tools
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run pkg-config
CONFIGURE_ARGS+= --with-sphinxbase=auto
REPLACE_PERL+= scripts/*/*.pl
REPLACE_PYTHON+= python/cmusphinx/*.py \
python/setup.py \
scripts/0000.g2p_train/calculateER.py \
scripts/0000.g2p_train/evaluate.py \
scripts/sphinxtrain
.include "../../audio/sphinxbase/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
|