mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
9da0244da0
- Trim Makefile header (using 1-line style since this was a repocopy) Feature safe: yes
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= eigen
|
|
PORTVERSION= 3.1.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
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
CMAKE_OUTSOURCE=yes
|
|
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${CMAKE_INSTALL_PREFIX}/libdata"
|
|
NO_BUILD= yes
|
|
|
|
LATEST_LINK= ${PORTNAME}3
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5097c01bcdc4
|
|
|
|
.include <bsd.port.mk>
|