blob: 992b02d1df04b3241fc29e90090a32b75dcf6e6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Richard Neese
# $FreeBSD$
PORTNAME= sphinx3
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= audio accessibility
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Speech recognition system
LIB_DEPENDS= libsphinxbase.so:${PORTSDIR}/audio/sphinxbase
USE_LDCONFIG= yes
NO_STAGE= yes
USE_AUTOTOOLS=libtool
USE_CSTD= gnu99
MAKE_JOBS_UNSAFE= yes
USES= gmake pathfix
CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}
.include <bsd.port.mk>
|