summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 10:58:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 10:58:05 +0000
commit325c9808b65cadd4e0b1d106839a1094c90ee91b (patch)
tree75dadc0cce8409aa9d1b6143c2fcc2b63a1bd9df /science
parentUpdate to 1.65. (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327380
Diffstat (limited to 'science')
-rw-r--r--science/abinit/Makefile4
-rw-r--r--science/clhep/Makefile4
-rw-r--r--science/mpqc/Makefile3
-rw-r--r--science/vmd/Makefile4
4 files changed, 7 insertions, 8 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index 03d83a55927a..1eb365ecfa7f 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -18,10 +18,10 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-num
LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \
gsl:${PORTSDIR}/math/gsl
+USES= gmake perl5
USE_FORTRAN= yes
-USE_GMAKE= yes
USE_PYTHON= yes
-USE_PERL5_BUILD=yes
+USE_PERL5= build
USE_AUTOTOOLS= autoconf automake
CONFIGURE_ENV= WGET=${TRUE}
CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \
diff --git a/science/clhep/Makefile b/science/clhep/Makefile
index f2d8c00820a3..9906978ef187 100644
--- a/science/clhep/Makefile
+++ b/science/clhep/Makefile
@@ -16,8 +16,8 @@ COMMENT= Object-oriented toolkit for particle physics applications by CERN
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:U}
-USE_PERL5_BUILD= yes
-USE_GMAKE= yes
+USES= gmake perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gmake
USE_LDCONFIG= yes
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index eef11f0ffcea..58730589402b 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -14,8 +14,7 @@ MASTER_SITES= SF
MAINTAINER= maho@FreeBSD.org
COMMENT= The massively parallel quantum computing library and program
-USE_PERL5= yes
-USE_GMAKE= yes
+USES= perl5 gmake
USE_BZIP2= yes
USE_LDCONFIG= yes
diff --git a/science/vmd/Makefile b/science/vmd/Makefile
index b9171f40e747..59c3beec42b5 100644
--- a/science/vmd/Makefile
+++ b/science/vmd/Makefile
@@ -22,8 +22,8 @@ LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \
netcdf:${PORTSDIR}/science/netcdf
RUN_DEPENDS= ${PYNUMERIC}
-USE_PERL5_BUILD= yes
-USE_GMAKE= yes
+USES= gmake perl5
+USE_PERL5= build
USE_GL= glu
USE_PYTHON= yes