freebsd-ports/math/vowpal_wabbit/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

21 lines
459 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= vowpal_wabbit
PORTVERSION= 7.10
CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Fast out-of-core learning system
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
USES= compiler:c++11-lang libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= JohnLangford
CONFIGURE_ARGS= --enable-shared=no --with-boost=${LOCALBASE}
.include <bsd.port.mk>