miwi        2008/05/20 10:42:52 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
    Mk                   bsd.cmake.mk 
  Log:
  - Fix last spelling mistakes
  - Small cleanup and speedup change [1]
  
  Final bsd.cmake.mk is complete with all needed knobs:
  
  USE_CMAKE     - If set, this port uses cmake.
  
  CMAKE_ENV       - Environment passed to cmake.
                  Default: ${CONFIGURE_ENV}
  
  CMAKE_ARGS      - Arguments passed to cmake
  
  CMAKE_C_FLAGS   - CFLAGS passed to cmake via CMAKE_ARGS.
                Default: ${CFLAGS} if CMAKE_USE_PTHREAD is not set,
                ${CFLAGS} ${PTHREAD_CFLAGS} otherwise
  
  CMAKE_CXX_FLAGS - CXXFLAGS passed to cmake via CMAKE_ARGS.
                  Default: ${CXXFLAGS} if CMAKE_USE_PTHREAD is not set,
                  ${CXXFLAGS} ${PTHREAD_CFLAGS} otherwise
  CMAKE_USE_PTHREAD - Instruct cmake to use pthreads when compiling/linking
                    Default: not set
  
  CMAKE_BUILDTYPE       - Type of build (release, debug)
                  Default: Release
  
  CMAKE_VERBOSE - Verbose build
                  Default: not set
  
  CMAKE_SOURCE_PATH - Default: .  (needed for QT4 ports)
  
  [1] Thanks to itetcu@, stas@, and Dmitry Marakasov, for review, comments and 
suggestions
  
  Revision  Changes    Path
  1.6       +12 -12    area51/Mk/bsd.cmake.mk
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to