23 lines
582 B
Makefile
23 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/08/18 17:57:39 leot Exp $
|
|
|
|
DISTNAME= pocketsphinx-0.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cmusphinx.sourceforge.net/
|
|
COMMENT= CMUSphinx speech recognition C library
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= pocketsphinx.pc.in
|
|
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
.include "../../audio/sphinxbase/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|