pkgsrc/audio/pocketsphinx/buildlink3.mk
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

14 lines
430 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/09/05 10:13:20 fhajny Exp $
BUILDLINK_TREE+= pocketsphinx
.if !defined(POCKETSPHINX_BUILDLINK3_MK)
POCKETSPHINX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pocketsphinx+= pocketsphinx>=0.8
BUILDLINK_ABI_DEPENDS.pocketsphinx+= pocketsphinx>=0.8
BUILDLINK_PKGSRCDIR.pocketsphinx?= ../../audio/pocketsphinx
BUILDLINK_INCDIRS.pocketsphinx+= include/pocketsphinx
.endif
BUILDLINK_TREE+= -pocketsphinx