summaryrefslogtreecommitdiff
path: root/science/liblinear/Makefile
blob: 365d574ceb2a15b71760fdfce43186849292ed19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Rong-En Fan <rafan@FreeBSD.org>

PORTNAME=	liblinear
PORTVERSION=	2.44
CATEGORIES=	science math
MASTER_SITES=	https://www.csie.ntu.edu.tw/~cjlin/liblinear/ \
		https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library for Large Linear Classification

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

PLIST_FILES=	bin/predict bin/train

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/predict ${WRKSRC}/train ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>