pkgsrc/audio/sphinxtrain/Makefile
fhajny a9bec4ac72 Import the CMUSphinx toolkit as sphinxbase, sphinx3, sphinxtrain
and pocketsphinx.

CMUSphinx toolkit is a leading speech recognition toolkit with various
tools used to build speech applications. CMU Sphinx toolkit has a number
of packages for different tasks and applications.
2014-09-05 10:13:20 +00:00

28 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/09/05 10:13:21 fhajny Exp $
DISTNAME= sphinxtrain-1.0.8
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"