diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /science | |
parent | - update to 1.0.0 (diff) |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=314960
Diffstat (limited to 'science')
-rw-r--r-- | science/InsightToolkit/Makefile | 2 | ||||
-rw-r--r-- | science/avogadro/Makefile | 2 | ||||
-rw-r--r-- | science/cgnslib/Makefile | 2 | ||||
-rw-r--r-- | science/gromacs/Makefile | 2 | ||||
-rw-r--r-- | science/kst2/Makefile | 2 | ||||
-rw-r--r-- | science/massxpert/Makefile | 2 | ||||
-rw-r--r-- | science/openbabel/Makefile | 3 | ||||
-rw-r--r-- | science/paraview/Makefile | 3 |
8 files changed, 8 insertions, 10 deletions
diff --git a/science/InsightToolkit/Makefile b/science/InsightToolkit/Makefile index 8353481dbd83..84886baec099 100644 --- a/science/InsightToolkit/Makefile +++ b/science/InsightToolkit/Makefile @@ -20,7 +20,7 @@ OPTIONS= EXAMPLES "Build examples (very time consuming)" off \ USE_LDCONFIG= ${PREFIX}/lib/InsightToolkit NO_PACKAGE= License does not allow redistribution of binaries -USE_CMAKE= yes +USES= cmake CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON SUB_FILES= pkg-message diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index 47e78bf71778..c0e24228a53b 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GL= glu USE_QT4= gui opengl network linguist_build \ qmake_build moc_build rcc_build uic_build -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DENABLE_GLSL=OFF \ -DQT_MKSPECS_RELATIVE=share/qt4/mkspecs USE_GCC= 4.4+ diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index fb7a5f82d42a..63a119c6b436 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -15,7 +15,7 @@ LICENSE_NAME= AS-IS LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USE_CMAKE= yes +USES= cmake MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_LDCONFIG= yes diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index af2158243ac5..97a8b6c0dc7b 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -25,7 +25,7 @@ OMPI_DESC= MPI support using net/openmpi USE_FORTRAN= yes USE_PERL5= yes USE_PKGCONFIG= build -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="${BLAS_LIBS}" \ -DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}" USE_LDCONFIG= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index e64b356d829e..529248afabe7 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl LATEST_LINK= kst2 -USE_CMAKE= yes +USES= cmake USE_QT4= gui xml designer svg opengl \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 11475072da8c..62b9d9fb3689 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -21,7 +21,7 @@ LICENSE= GPLv3 USE_GCC= any USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_ICONV= yes USE_XORG= ice sm x11 xau xdmcp xext xrender diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index f373a784adb3..dd8c2575d28c 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -14,9 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3 CONFLICTS_INSTALL= babel-* USE_GNOME= libxml2 -USE_CMAKE= yes +USES= cmake:outsource CMAKE_ARGS= -DBUILD_GUI=off -CMAKE_OUTSOURCE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 9458adcba4f8..c833c4c78937 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -27,7 +27,7 @@ USE_XORG= x11 xt USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_CMAKE= yes +USES= cmake:outsource USE_GCC= any #CONFLICTS= vtk-5.* CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \ @@ -82,7 +82,6 @@ PLIST_SUB+= GL2PS="@comment " .endif MAKE_JOBS_SAFE= yes -CMAKE_OUTSOURCE= yes PLIST_SUB+= VERMAJORMINOR=${VERMAJORMINOR} CMAKE2INST= ParaViewConfig.cmake \ |