diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
commit | e55ace8cfe257618693beb4ab8d61fb67722c6f1 (patch) | |
tree | 2362ad65dab0b2a0109c8c4644d4efa116429ad9 /audio/sphinxbase | |
parent | e8c48e4d8491f8927e80eab8cf64b2f1fdf9b394 (diff) |
Notes
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 6c4aca5076e0..1c9405a3a690 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: sphinxbase -# Date created: 8 Jan 2008 -# Whom: r.neese -# +# Created by: r.neese # $FreeBSD$ -# PORTNAME= sphinxbase PORTVERSION= 0.7 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CMU Sphinx Speech recognition system base BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison |