diff options
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 0000000..0868947 --- /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> |