mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
82a46c8234
of k-nearest neighbor classification. The package includes the IB1, IB2, TRIBL, TRIBL2, and IGTree algorithms, and offers various weighting metrics. WWW: http://ilk.uvt.nl/timbl/ PR: ports/121661 Submitted by: Yuri Victorovich <yuri at tsoft.com>
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# New ports collection makefile for: timbl
|
|
# Date created: 13 March 2008
|
|
# Whom: Yuri Victorovich <yuri@tsoft.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timbl
|
|
PORTVERSION= 6.1.2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
|
|
|
|
MAINTAINER= yuri@tsoft.com
|
|
COMMENT= Tilburg Memory Based Learner
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_GNOME= gnomehack
|
|
|
|
.include <bsd.port.mk>
|