[kde-freebsd] cvs commit: area51/Mk bsd.cmake.mk

Martin Wilke miwi at orm.arved.priv.at
Tue May 20 10:42:54 CEST 2008


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


More information about the kde-freebsd mailing list