mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
650 B
Makefile
29 lines
650 B
Makefile
# 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
|
|
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>
|