8ad190e4d3
Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.2 PR: 193104 Submitted by: pfg@
22 lines
488 B
Makefile
22 lines
488 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= eigen
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
|
|
DISTNAME= ${PORTVERSION}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Lightweight library for vector and matrix math
|
|
|
|
LICENSE= LGPL21 MPL
|
|
LICENSE_COMB= multi
|
|
|
|
USES= cmake:outsource tar:bzip2
|
|
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21
|
|
|
|
.include <bsd.port.mk>
|