aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sphinx3/Makefile
blob: bf2451ed95e70976cbdcc0e7d447c46a82f2389d (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=    sphinxbase:${PORTSDIR}/audio/sphinxbase

USE_LDCONFIG=   yes
USE_GMAKE=  yes
USE_AUTOTOOLS=libtool
USE_CSTD=   gnu99
MAKE_JOBS_UNSAFE=   yes
USES=       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>