aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sphinx/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-05-30 10:59:39 +0800
committerwill <will@FreeBSD.org>2000-05-30 10:59:39 +0800
commitf96c1e4a8bb74d8c93d56fc22c313f64192ba3f3 (patch)
tree200e89464635db8cb62707744bc4a79675293a7a /audio/sphinx/Makefile
parentc0296cc76cbe59cc2e9613bd782c12b197923b3b (diff)
downloadfreebsd-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/Makefile19
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>