Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= eigen |
3 |
PORTNAME= eigen |
4 |
PORTVERSION= 3.2.2 |
4 |
PORTVERSION= 3.2.6 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 1 |
6 |
CATEGORIES= math |
6 |
CATEGORIES= math |
7 |
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ |
7 |
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ |
Lines 11-17
Link Here
|
11 |
MAINTAINER= kde@FreeBSD.org |
11 |
MAINTAINER= kde@FreeBSD.org |
12 |
COMMENT= Lightweight library for vector and matrix math |
12 |
COMMENT= Lightweight library for vector and matrix math |
13 |
|
13 |
|
14 |
LICENSE= LGPL21 MPL |
14 |
LICENSE= LGPL3 MPL |
15 |
LICENSE_COMB= multi |
15 |
LICENSE_COMB= multi |
16 |
|
16 |
|
17 |
USES= cmake:outsource tar:bzip2 |
17 |
USES= cmake:outsource tar:bzip2 |
Lines 18-23
Link Here
|
18 |
CONFIGURE_ENV+= PKG_CONFIG_LIBDIR="${PREFIX}/libdata" |
18 |
CONFIGURE_ENV+= PKG_CONFIG_LIBDIR="${PREFIX}/libdata" |
19 |
NO_BUILD= yes |
19 |
NO_BUILD= yes |
20 |
|
20 |
|
21 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21 |
21 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-c58038c56923 |
22 |
|
22 |
|
23 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |