aboutsummaryrefslogtreecommitdiff
path: root/math/openfst/Makefile
blob: a6fc61b6d0bf30b35d164f647437bbd2a3f410d5 (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
30
31
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>

PORTNAME=	openfst
PORTVERSION=	1.8.1
CATEGORIES=	math
MASTER_SITES=	http://www.openfst.org/twiki/pub/FST/FstDownload/

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	Library for working with weighted finite-state transducers

LICENSE=	APACHE20

USES=		compiler:c++17-lang libtool python:3.6+
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
CONFIGURE_ARGS=	--enable-bin \
		--enable-compact-fsts \
		--enable-compress \
		--enable-const-fsts \
		--enable-far \
		--enable-fsts \
		--enable-linear-fsts \
		--enable-lookahead-fsts \
		--enable-mpdt \
		--enable-ngram-fsts \
		--enable-pdt \
		--enable-python \
		--enable-special

.include <bsd.port.mk>