freebsd-ports/textproc/opengrm-ngram/Makefile
Dmitry Marakasov c2b0f31ec6 - Switch to USES=localbase
- Mark broken on 9.x: no std::to_string

Approved by:	portmgr blanket
2016-10-24 09:22:40 +00:00

22 lines
504 B
Makefile

# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= opengrm-ngram
PORTVERSION= 1.3.1
CATEGORIES= textproc
MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/
MAINTAINER= demon@FreeBSD.org
COMMENT= Library for making n-gram language models encoded as weighted FSTs
LICENSE= APACHE20
LIB_DEPENDS= libfst.so:math/openfst
BROKEN_FreeBSD_9= does not build
USES= compiler:c++11-lib libtool localbase
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>