opnsense-ports/math/armadillo/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
377 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 4.500.0
CATEGORIES= math
MASTER_SITES= SF/arma
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= MPL
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
liblapack.so:${PORTSDIR}/math/lapack \
libhdf5.so:${PORTSDIR}/science/hdf5
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>