Files
ports/science/liblinear/Makefile
Sunpoet Po-Chuan Hsieh 70c3cafabf Update to 2.30
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Remove DOCS and OPTIMIZED_CFLAGS options
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/cjlin1/liblinear/commits/master
2020-06-14 14:22:35 +00:00

22 lines
530 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= liblinear
PORTVERSION= 2.30
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>