aboutsummaryrefslogtreecommitdiff
path: root/math/timbl/Makefile
blob: d62b7e15e212a48aad9cb4cb71dd9d0fdedb9c29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Yuri Victorovich <yuri@tsoft.com>
# $FreeBSD$

PORTNAME=	timbl
DISTVERSIONPREFIX=	v
DISTVERSION=	6.4.13
PORTREVISION=	1
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tilburg Memory Based Learner

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libomp.so:devel/openmp \
		libticcutils.so:devel/ticcutils

USES=		autoreconf 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>