openbsd-ports/audio/cmu-sphinxbase/Makefile
eric e815afdfb3 This package contains the basic libraries shared by the CMU Sphinx
speech recognition trainer and decoders (Sphinx-II, Sphinx-III, and
PocketSphinx), as well as some common utilities for manipulating
acoustic feature and audio files.

at the right place this time.

ok ajacoutot@
2009-06-07 07:23:37 +00:00

39 lines
852 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/06/07 07:23:37 eric Exp $
COMMENT= common libraries for the CMU speech recognition engines
VERSION= 0.4.1
DISTNAME= sphinxbase-${VERSION}
PKGNAME= cmu-sphinxbase-${VERSION}
CATEGORIES= audio
SHARED_LIBS= sphinxbase 0.0 \
sphinxad 0.0
HOMEPAGE= http://cmusphinx.sourceforge.net/
MAINTAINER= Eric Faurot <eric@openbsd.org>
# CMU
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
WANTLIB= blas c g2c m ossaudio pthread
MODULES= converters/libiconv
USE_LIBTOOL= Yes
LIB_DEPENDS= lapack::math/lapack
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-python
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib \
LIBS="-lblas -lm -lg2c -lossaudio"
.include <bsd.port.mk>