blob: cac33199cb1856c31102421976de9c3f30636624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2014/09/11 06:03:03 fhajny Exp $
DISTNAME= sphinx3-0.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= filip@joyent.com
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"
|