1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/pocketsphinx/Makefile
Pav Lucistnik ce5c5cae59 Pocket Sphinx is a frontend to the sphinxbase large-vocabulary,
speaker-independent, continuous speech recognition engine.

This is an early release of a research system.  The APIs and function
names are likely to change, and several tools still need to be made
available to make this all complete.

Once the system is built, try running the Perl script sphinx2-demo.
The pocketsphinx-test script should run pocketsphinx-batch over an example
utterance of "go forward ten meters."

WWW:  http://www.speech.cs.cmu.edu/sphinx/

PR:		ports/121610
Submitted by:	Richard Neese <r.neese@gmail.com>
2008-03-22 20:37:29 +00:00

34 lines
769 B
Makefile

# New ports collection makefile for: pocketsphinx
# Date created: 3 Jan 2008
# Whom: Richard Neese
#
# $FreeBSD$
#
PORTNAME= pocketsphinx
PORTVERSION= 0.4.1
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cmusphinx
MAINTAINER= r.neese@gmail.com
COMMENT= Speech recognition system
LIB_DEPENDS= sphinxfe.0:${PORTSDIR}/audio/sphinxbase
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION} \
CXX="${CXX}"
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>