freebsd-ports/math/timbl/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

35 lines
643 B
Makefile

# Created by: Yuri Victorovich <yuri@tsoft.com>
PORTNAME= timbl
DISTVERSIONPREFIX= v
DISTVERSION= 6.6
PORTREVISION= 3
CATEGORIES= math education
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tilburg Memory Based Learner
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libicui18n.so:devel/icu \
libticcutils.so:devel/ticcutils
USES= autoreconf compiler:c++11-lang gmake gnome libtool \
pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= LanguageMachines
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>