mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5163781803
While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
29 lines
643 B
Makefile
29 lines
643 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= sphinxbase:${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>
|