2017-04-12 10:52:09 +00:00
|
|
|
# icu4c namespace problem when mixing gcc 4.2 and a c++11 compiler:
|
|
|
|
# undefined reference to `_ZN6icu_5713UnicodeStringC1EOS0_'
|
|
|
|
ONLY_FOR_ARCHS= ${CLANG_ARCHS}
|
2012-10-11 16:42:57 +00:00
|
|
|
|
|
|
|
COMMENT = constraint grammar formalism variant
|
|
|
|
|
2021-11-01 02:28:39 +00:00
|
|
|
V = 1.3.2
|
|
|
|
DISTNAME = cg3-$V
|
|
|
|
PKGNAME = vislcg3-$V
|
2012-10-11 16:42:57 +00:00
|
|
|
|
2021-11-01 02:28:39 +00:00
|
|
|
SHARED_LIBS = cg3 2.0 # 0.0
|
2012-10-11 16:42:57 +00:00
|
|
|
|
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
|
|
HOMEPAGE = http://beta.visl.sdu.dk/cg3/chunked/
|
|
|
|
|
|
|
|
# GPLv3+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2012-10-11 16:42:57 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += c icui18n icuio icuuc m pthread ${COMPILER_LIBCXX}
|
2012-10-11 16:42:57 +00:00
|
|
|
|
2021-11-01 02:28:39 +00:00
|
|
|
MASTER_SITES = https://github.com/GrammarSoft/cg3/releases/download/v$V/
|
2012-10-11 16:42:57 +00:00
|
|
|
|
2016-03-02 02:53:44 +00:00
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
2017-05-22 13:57:11 +00:00
|
|
|
MODULES = devel/cmake
|
|
|
|
|
2017-11-16 23:20:37 +00:00
|
|
|
COMPILER = base-clang ports-clang
|
2012-10-11 16:42:57 +00:00
|
|
|
BUILD_DEPENDS = devel/boost
|
|
|
|
LIB_DEPENDS = textproc/icu4c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|