mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= eigen
|
|
PORTVERSION= 3.2.1
|
|
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}-6b38706d90a9
|
|
|
|
.include <bsd.port.mk>
|