diff options
author | maho <maho@FreeBSD.org> | 2005-10-10 13:54:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-10-10 13:54:08 +0800 |
commit | 9df9740f40f54f70f9ddd90a2ae93cce07044748 (patch) | |
tree | b83716f8ead343cf220b06192c69f53b8448d45e /science/abinit/Makefile | |
parent | e722cfc9b95b73b237a647ecd935e0d88beb1617 (diff) | |
download | freebsd-ports-gnome-9df9740f40f54f70f9ddd90a2ae93cce07044748.tar.gz freebsd-ports-gnome-9df9740f40f54f70f9ddd90a2ae93cce07044748.tar.zst freebsd-ports-gnome-9df9740f40f54f70f9ddd90a2ae93cce07044748.zip |
Update to 4.4.4 (preferred production version, robust)
Submitted by: edwin
Diffstat (limited to 'science/abinit/Makefile')
-rw-r--r-- | science/abinit/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 46af9d8f6f9d..dab73ce47f08 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= abinit -PORTVERSION= 4.3.3 +PORTVERSION= 4.4.4 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ -DISTFILES= src_tests_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems @@ -33,12 +32,12 @@ BLAS= ${LOCALBASE}/lib/libatlas.a LAPACK= ${LOCALBASE}/lib/libalapack.a ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libcblas.a -lg2c -lm .endif -do-extract: - @${MKDIR} ${WRKSRC} - @${ECHO} ${WRKSRC} -.for file in ${DISTFILES} - @${TAR} xfz ${DISTDIR}/${DISTFILES} -C ${WRKSRC} -.endfor +#do-extract: +# @${MKDIR} ${WRKSRC} +# @${ECHO} ${WRKSRC} +#.for file in ${DISTFILES} +# @${TAR} xfz ${DISTDIR}/${DISTFILES} -C ${WRKSRC} +#.endfor #Flags for programs written in Fortran 77 FFLAGS_LIBS+= -w ${FFLAGS} |