Lines 1-21
Link Here
|
1 |
PORTNAME= harminv |
1 |
PORTNAME= harminv |
2 |
PORTVERSION= 1.3.1 |
2 |
DISTVERSION= 1.4.2 |
3 |
PORTREVISION= 23 |
|
|
4 |
CATEGORIES= science |
3 |
CATEGORIES= science |
5 |
MASTER_SITES= http://ab-initio.mit.edu/harminv/ |
4 |
MASTER_SITES= https://github.com/NanoComp/harminv/releases/download/v${DISTVERSION}/ |
6 |
|
5 |
|
7 |
MAINTAINER= devel@stasyan.com |
6 |
MAINTAINER= devel@stasyan.com |
8 |
COMMENT= Solver of harmonic inversion |
7 |
COMMENT= Solver of harmonic inversion |
9 |
WWW= http://ab-initio.mit.edu/wiki/index.php/Harminv |
8 |
WWW= https://github.com/NanoComp/harminv/ |
|
|
9 |
|
10 |
LICENSE= GPLv2 |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
13 |
LIB_DEPENDS= libopenblas.so:math/openblas |
10 |
|
14 |
|
11 |
USES= blaslapack fortran gmake libtool pathfix |
15 |
USES= blaslapack fortran gmake libtool pathfix |
12 |
GNU_CONFIGURE= yes |
|
|
13 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
14 |
USE_GCC= yes |
15 |
CPPFLAGS+= -I${LOCALBASE}/include -fPIC |
16 |
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib |
17 |
LDFLAGS+= -L${LOCALBASE}/lib |
18 |
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" |
19 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
20 |
|
17 |
|
|
|
18 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |
20 |
CONFIGURE_ARGS= --enable-shared |
21 |
|
22 |
INSTALL_TARGET= install-strip |
23 |
|
21 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |