diff options
author | will <will@FreeBSD.org> | 2000-05-30 10:59:39 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-30 10:59:39 +0800 |
commit | f96c1e4a8bb74d8c93d56fc22c313f64192ba3f3 (patch) | |
tree | 200e89464635db8cb62707744bc4a79675293a7a /audio/sphinx/Makefile | |
parent | c0296cc76cbe59cc2e9613bd782c12b197923b3b (diff) | |
download | freebsd-ports-gnome-f96c1e4a8bb74d8c93d56fc22c313f64192ba3f3.tar.gz freebsd-ports-gnome-f96c1e4a8bb74d8c93d56fc22c313f64192ba3f3.tar.zst freebsd-ports-gnome-f96c1e4a8bb74d8c93d56fc22c313f64192ba3f3.zip |
Add CMU Sphinx, a speech recognition system.
PR: 17707
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio/sphinx/Makefile')
-rw-r--r-- | audio/sphinx/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile new file mode 100644 index 000000000000..086894704868 --- /dev/null +++ b/audio/sphinx/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: sphinx +# Date created: 30 Mar 2000 +# Whom: trevor@jpj.net +# +# $FreeBSD$ +# + +PORTNAME= sphinx +PORTVERSION= 2.0.2 +CATEGORIES= audio +MASTER_SITES= http://download.sourceforge.net/cmusphinx/ +DISTNAME= sphinx2-0.2 + +MAINTAINER= trevor@jpj.net + +USE_LIBTOOL= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |