1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/sphinxbase/Makefile
2021-04-06 16:31:07 +02:00

38 lines
889 B
Makefile

# Created by: r.neese
PORTNAME= sphinxbase
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= CMU Sphinx Speech recognition system base
USES= bison:alias gmake pathfix libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-python --without-lapack
CONFIGURE_ENV+= HAVE_DOXYGEN=no
USE_LDCONFIG= yes
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}
OPTIONS_DEFINE= SNDFILE THREADS
OPTIONS_DEFAULT= THREADS
SNDFILE_DESC= libsndfile support
THREADS_DESC= Build with thread safety support
SNDFILE_USES= pkgconfig
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
SNDFILE_CONFIGURE_ENV_OFF= HAVE_PKGCONFIG=no
THREADS_LDFLAGS= -lpthread
THREADS_CONFIGURE_ENABLE= threads
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsphinx*.so
.include <bsd.port.mk>