freebsd-ports/math/openfst/Makefile

23 lines
765 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= openfst
2014-04-26 17:59:43 +02:00
PORTVERSION= 1.4.0
CATEGORIES= math
MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/
MAINTAINER= demon@FreeBSD.org
COMMENT= Library for working with weighted finite-state transducers (FSTs)
LICENSE= APACHE20
USE_GCC= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
2014-04-26 17:59:43 +02:00
CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt
post-patch:
2014-04-26 17:59:43 +02:00
${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in
.include <bsd.port.mk>