Daniel Engberg b0dda16bad */*: Remove libtool dependency
None of these ports utilizes libtool
Build tested using Poudriere

Approved by:	blanket, build fix
2025-10-04 10:11:48 +02:00

26 lines
666 B
Makefile

PORTNAME= lttoolbox
DISTVERSION= 3.8.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/apertium/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tool for lexical, morphological analysis and generation of words
WWW= https://wiki.apertium.org/wiki/Lttoolbox
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= utf8cpp>=4.0.3:devel/utf8cpp
LIB_DEPENDS= libicuio.so:devel/icu
USES= cmake compiler:c++14-lang gnome localbase pathfix pkgconfig \
tar:bz2
USE_GNOME= libxml2
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include/utf8cpp -D_XOPEN_SOURCE=600
LDFLAGS+= -lpthread
.include <bsd.port.mk>