24 lines
574 B
Makefile
24 lines
574 B
Makefile
# Created by: Stas Timokhin <devel@stasyan.com>
|
|
|
|
PORTNAME= harminv
|
|
PORTVERSION= 1.3.1
|
|
PORTREVISION= 19
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://ab-initio.mit.edu/harminv/
|
|
|
|
MAINTAINER= devel@stasyan.com
|
|
COMMENT= Solver of harmonic inversion
|
|
|
|
LIB_DEPENDS= libguile-2.2.so:lang/guile2
|
|
|
|
USES= blaslapack fortran gmake libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
|
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|