Pocket Sphinx is a frontend to the sphinxbase large-vocabulary, speaker-independent, continuous speech recognition engine.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/09/24 11:03:17 fhajny Exp $
|
|
|
|
DISTNAME= pocketsphinx-0.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://cmusphinx.sourceforge.net/
|
|
COMMENT= Speech recognition system
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= pocketsphinx.pc.in
|
|
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
.include "../../wip/sphinxbase/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|