aboutsummaryrefslogtreecommitdiff
path: root/science/liblinear/Makefile
blob: 5da52ec87274ab69da42a2cb5c3b7c777dc0fff5 (plain) (blame)
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.43
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>