blob: e1f6b828914573f52767e022357ea55e81e21015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.9 2022/09/11 12:51:23 wiz Exp $
DISTNAME= sphinx3-0.8
PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speech recognition frontend
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= sphinx3.pc.in
.include "../../audio/sphinxbase/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|