diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-03-16 03:04:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-03-16 03:04:18 +0000 |
commit | bbe37f9488aa11328a6c558ef1b0491c7c72f487 (patch) | |
tree | 30b684c361de1ab52c0c1518a326c5ede355c173 /science/abinit | |
parent | 38c36f32d1fe5baa7490cee98ea778168d66dad0 (diff) | |
download | ports-bbe37f9488aa11328a6c558ef1b0491c7c72f487.tar.gz ports-bbe37f9488aa11328a6c558ef1b0491c7c72f487.zip |
Notes
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 0b74c2095c36..7e95e9dc664d 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -8,15 +8,12 @@ PORTNAME= abinit PORTVERSION= 5.2.4 CATEGORIES= science -MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/abinit|} \ + 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 |