Files

44 lines
831 B
Makefile
Raw Permalink Normal View History

2016-01-01 11:53:04 +00:00
COMMENT = finite-state lexical processing toolkit
2025-11-11 17:38:43 +00:00
V = 3.8.2
DISTNAME = lttoolbox-$V
2026-01-30 15:11:34 +00:00
REVISION = 0
2016-01-01 11:53:04 +00:00
2025-11-11 17:38:43 +00:00
SHARED_LIBS += lttoolbox 2.0 # 3.0
2016-01-01 11:53:04 +00:00
CATEGORIES = textproc
2021-11-15 04:23:36 +00:00
HOMEPAGE = https://wiki.apertium.org/wiki/Lttoolbox
2016-01-01 11:53:04 +00:00
2016-01-19 03:03:18 +00:00
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
DEBUG_PACKAGES = ${BUILD_PACKAGES}
2019-11-11 08:49:10 +00:00
2016-01-01 11:53:04 +00:00
# GPLv2+
PERMIT_PACKAGE = Yes
2016-01-01 11:53:04 +00:00
# uses pledge()
2025-11-11 17:38:43 +00:00
WANTLIB += c m pthread ${COMPILER_LIBCXX} xml2
WANTLIB += icui18n icuio icuuc
2016-01-01 11:53:04 +00:00
SITES = https://github.com/apertium/lttoolbox/releases/download/v$V/
2016-01-01 11:53:04 +00:00
EXTRACT_SUFX = .tar.bz2
2021-11-15 04:23:36 +00:00
# C++2b
2018-10-17 06:58:07 +00:00
COMPILER = base-clang ports-gcc
2026-01-30 14:23:13 +00:00
MODULES = devel/cmake \
lang/python
2025-11-11 17:38:43 +00:00
2026-01-30 15:11:34 +00:00
MODPY_RUNDEP = No
BUILD_DEPENDS = devel/utfcpp
2025-11-11 17:38:43 +00:00
LIB_DEPENDS = textproc/icu4c \
2016-09-13 18:52:05 +00:00
textproc/libxml
2016-01-01 11:53:04 +00:00
2025-11-11 17:38:43 +00:00
#CONFIGURE_ARGS = -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
2016-01-01 11:53:04 +00:00
.include <bsd.port.mk>