1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/timbl/Makefile
Jan Beich e1d56a9db2 Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
2020-03-08 21:56:36 +00:00

34 lines
618 B
Makefile

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