mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
31 lines
765 B
Makefile
31 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/09 06:37:50 wiz Exp $
|
|
|
|
DISTNAME= sphinxbase-0.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://cmusphinx.sourceforge.net/
|
|
COMMENT= CMUSphinx speech recognition support library
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison perl:run pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= sphinxbase.pc.in
|
|
|
|
REPLACE_PERL+= src/sphinx_lmtools/sphinx_lm_sort
|
|
|
|
CONFIGURE_ARGS+= --without-lapack
|
|
CONFIGURE_ARGS+= --without-python
|
|
CONFIGURE_ENV+= SAMPLERATE_LIBS=${LIBOSSAUDIO}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|