2008-03-22 21:37:29 +01:00
|
|
|
# New ports collection makefile for: pocketsphinx
|
|
|
|
# Date created: 3 Jan 2008
|
|
|
|
# Whom: Richard Neese
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pocketsphinx
|
|
|
|
PORTVERSION= 0.4.1
|
|
|
|
CATEGORIES= audio accessibility
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
|
2008-03-22 21:37:29 +01:00
|
|
|
|
|
|
|
MAINTAINER= r.neese@gmail.com
|
|
|
|
COMMENT= Speech recognition system
|
|
|
|
|
|
|
|
LIB_DEPENDS= sphinxfe.0:${PORTSDIR}/audio/sphinxbase
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2008-03-22 21:37:29 +01:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
2008-07-25 11:08:42 +02:00
|
|
|
OSVERSION=${OSVERSION}
|
2008-03-22 21:37:29 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|