29 lines
794 B
Makefile
29 lines
794 B
Makefile
# $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"
|