freebsd-ports/science/siesta/Makefile
Gerald Pfeifer 879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00

35 lines
766 B
Makefile

# $FreeBSD$
PORTNAME= siesta
DISTVERSION= 4.0.2
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://launchpad.net/${PORTNAME}/${DISTVERSION:R}/${DISTVERSION}/+download/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Program to perform efficient electronic structure calculations
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libblas.so:math/blas \
liblapack.so:math/lapack
USES= fortran gmake localbase:ldflags
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../Src/configure
ALL_TARGET= default
WRKSRC_SUBDIR= Obj
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/${PORTNAME}
pre-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} ../Src/obj_setup.sh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>