2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
2010-05-31 15:01:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= irstlm
|
2013-10-28 12:19:20 +01:00
|
|
|
PORTVERSION= 5.80.03
|
2015-04-18 14:58:34 +02:00
|
|
|
PORTREVISION= 4
|
2010-05-31 15:01:23 +02:00
|
|
|
CATEGORIES= textproc
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80
|
2010-05-31 15:01:23 +02:00
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= The IRST Language Modeling Toolkit
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
|
2010-05-31 15:01:23 +02:00
|
|
|
|
2013-10-28 12:19:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-31 15:18:45 +02:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2013-10-28 12:19:20 +01:00
|
|
|
USE_PERL5= run
|
2017-02-05 19:57:52 +01:00
|
|
|
USE_CXXSTD= gnu++98
|
2015-04-18 14:58:34 +02:00
|
|
|
USES= autoreconf libtool perl5 shebangfix tar:tgz
|
2014-09-01 12:13:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-10-28 12:19:20 +01:00
|
|
|
SHEBANG_FILES= scripts/add-start-end.sh scripts/lm-stat.pl scripts/sort-lm.pl scripts/build-lm-qsub.sh scripts/mdtsel.sh scripts/split-dict.pl scripts/build-lm.sh scripts/merge-sublm.pl scripts/split-ngt.sh scripts/build-sublm.pl scripts/ngram-split.pl scripts/goograms2ngrams.pl scripts/rm-start-end.sh
|
2010-05-31 15:01:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|