1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/science/harminv/Makefile
Thierry Thomas 5391fa57f8 - Switch to guile2
- Upgrade meep to 1.2.1 and unbreak.

Submitted by:	Stas Timokhin <devel (at) stasyan.com>
2015-03-10 20:45:19 +00:00

25 lines
592 B
Makefile

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