diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-06 09:01:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-06 09:01:30 +0000 |
commit | c4cc5bdfd47459584f4f52be23c17e59632be41e (patch) | |
tree | b68b81318cbe5c5233d42729d1cc3de2192e5ea3 /textproc/randlm | |
parent | c508c533745a654875e0af12f91876b4c6a4dcbe (diff) |
Notes
Diffstat (limited to 'textproc/randlm')
-rw-r--r-- | textproc/randlm/Makefile | 9 | ||||
-rw-r--r-- | textproc/randlm/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 05107b2dd859..cfcccc50eb14 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -8,7 +8,10 @@ CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} MAINTAINER= demon@FreeBSD.org -COMMENT= A toolkit for building randomized language models +COMMENT= Toolkit for building randomized language models + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash LIB_DEPENDS= libboost_thread.so:devel/boost-libs @@ -18,14 +21,12 @@ BROKEN_aarch64= fails to compile: invalid output constraint =a in assembler BROKEN_armv6= fails to compile: invalid output constraint =a in assembler BROKEN_powerpc64= fails to compile: 'itr' does not name a type +USES= autoreconf libtool localbase:ldflags compiler:c++11-lang USE_CXXSTD= gnu++98 USE_PERL5= run USE_LDCONFIG= yes -USES= autoreconf libtool compiler:c++11-lang GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: diff --git a/textproc/randlm/pkg-descr b/textproc/randlm/pkg-descr index f47e451fe3cf..bf999aca403a 100644 --- a/textproc/randlm/pkg-descr +++ b/textproc/randlm/pkg-descr @@ -1,3 +1,3 @@ A toolkit for bulding randomized language models. -WWW: http://randlm.sourceforge.net/ +WWW: https://sourceforge.net/projects/randlm/ |