Prune security/keepass
[dports.git] / textproc / opengrm-ngram / Makefile
1 # Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
2 # $FreeBSD$
3
4 PORTNAME=       opengrm-ngram
5 PORTVERSION=    1.3.1
6 PORTREVISION=   2
7 CATEGORIES=     textproc
8 MASTER_SITES=   http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/
9
10 MAINTAINER=     demon@FreeBSD.org
11 COMMENT=        Library for making n-gram language models encoded as weighted FSTs
12
13 LICENSE=        APACHE20
14
15 BROKEN_powerpc64=       fails to compile: ngram-count.cc: 'to_string' is not a member of 'std'
16
17 LIB_DEPENDS=    libfst.so:math/openfst
18
19 USES=           compiler:c++11-lib libtool localbase
20 USE_LDCONFIG=   yes
21 GNU_CONFIGURE=  yes
22
23 .include <bsd.port.mk>