summaryrefslogtreecommitdiff
path: root/audio/sphinxbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sphinxbase/Makefile')
-rw-r--r--audio/sphinxbase/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile
index 6ab6b39ae3ce..31de0e8104a8 100644
--- a/audio/sphinxbase/Makefile
+++ b/audio/sphinxbase/Makefile
@@ -3,18 +3,18 @@
PORTNAME= sphinxbase
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= audio accessibility
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= CMU Sphinx Speech recognition system base
-USE_LDCONFIG= yes
-USES= bison gmake pathfix
-USE_AUTOTOOLS= libtool
-
+USES= bison gmake pathfix libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-python --without-lapack
CONFIGURE_ENV+= HAVE_DOXYGEN=no
+USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -45,4 +45,7 @@ CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --disable-threads
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsphinx*.so
+
.include <bsd.port.mk>