2012-12-07 23:26:41 +01:00
|
|
|
# Created by: Richard Neese
|
2008-03-22 21:38:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sphinx3
|
2012-12-14 18:09:21 +01:00
|
|
|
PORTVERSION= 0.8
|
2014-05-14 03:58:08 +02:00
|
|
|
PORTREVISION= 2
|
2008-03-22 21:38:18 +01:00
|
|
|
CATEGORIES= audio accessibility
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
|
2008-03-22 21:38:18 +01:00
|
|
|
|
2012-12-07 23:26:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-03-22 21:38:18 +01:00
|
|
|
COMMENT= Speech recognition system
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libsphinxbase.so:audio/sphinxbase
|
2012-09-25 21:20:14 +02:00
|
|
|
|
2014-05-14 03:58:08 +02:00
|
|
|
USES= gmake pathfix libtool
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-22 21:38:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2012-12-14 18:09:21 +01:00
|
|
|
USE_CSTD= gnu99
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2008-03-22 21:38:18 +01:00
|
|
|
|
2012-12-14 18:09:21 +01:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-03-22 21:38:18 +01:00
|
|
|
|
|
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
2008-07-25 11:08:42 +02:00
|
|
|
OSVERSION=${OSVERSION}
|
2008-03-22 21:38:18 +01:00
|
|
|
|
2014-05-14 03:58:08 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs3decoder.so
|
|
|
|
|
2008-03-22 21:38:18 +01:00
|
|
|
.include <bsd.port.mk>
|