pkgsrc/math/svmlin/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

19 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:41 rillig Exp $
DISTNAME= svmlin-v1.0
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= math
MASTER_SITES= http://vikas.sindhwani.org/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= https://vikas.sindhwani.org/
COMMENT= Fast Linear SVM Solvers for Supervised and Semi-supervised Learning
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
post-extract:
cp "${FILESDIR}/mkc_makefile" "${WRKSRC}"/Makefile
.include "../../devel/mk-configure/mk-c.mk"
.include "../../mk/bsd.pkg.mk"