17 lines
292 B
Makefile
17 lines
292 B
Makefile
PORTNAME= pocketsphinx
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 5.0.4
|
|
CATEGORIES= audio accessibility
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Speech recognition system
|
|
WWW= https://cmusphinx.github.io/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cmusphinx
|
|
|
|
.include <bsd.port.mk>
|