diff options
Diffstat (limited to 'audio/pocketsphinx')
-rw-r--r-- | audio/pocketsphinx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index 08182abfd63b..60d2440a75c6 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: pocketsphinx -# Date created: 3 Jan 2008 -# Whom: Richard Neese -# +# Created by: Richard Neese # $FreeBSD$ -# PORTNAME= pocketsphinx PORTVERSION= 0.7 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system LIB_DEPENDS= sphinxad:${PORTSDIR}/audio/sphinxbase |