1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/science/liblinear/Makefile
2021-04-06 16:31:07 +02:00

21 lines
518 B
Makefile

# 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>