diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-02-25 06:52:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-02-25 06:52:47 +0000 |
commit | 0e1ce2cd9a1ade53e038b24cbec778c9eb68b824 (patch) | |
tree | e42060ec6a5780be57dc335d07cd930dd9061445 /science/abinit | |
parent | f5efe8b487215371d80c66f9d38f8bb9c6d8045f (diff) | |
download | ports-0e1ce2cd9a1ade53e038b24cbec778c9eb68b824.tar.gz ports-0e1ce2cd9a1ade53e038b24cbec778c9eb68b824.zip |
Notes
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index fed9c5db7823..0b74c2095c36 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems +FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget + +FETCH_CMD= ${LOCALBASE}/bin/wget + WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 |