freebsd-ports/Mk
Tobias C. Berner deebc4f35b Add CMAKE_ON and CMAKE_OFF to cmake.mk
USES=cmake now supports two additional list variables:
    * CMAKE_ON  : List of variables to turn on
    * CMAKE_OFF : List of variables to turn off
  This can be used as a shortcut to append these to CMAKE_ARGS.

  For example ports that previously set
    CMAKE_ARGS=		-DVAR1:BOOL=TRUE -DVAR2:BOOL=TRUE -DVAR3:BOOL=FALSE
  can now set this as
    CMAKE_ON=		VAR1 VAR2
    CMAKE_OFF=		VAR3

Reviewed by:	adridg, rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13636
2017-12-31 09:43:05 +00:00
..
Scripts Report (in q/a) and fix (in shebangfix) python[23] shebangs 2017-12-21 13:27:51 +00:00
Uses Add CMAKE_ON and CMAKE_OFF to cmake.mk 2017-12-31 09:43:05 +00:00
bsd.apache.mk
bsd.autotools.mk Remove support for USE_AUTOTOOLS=automake. 2017-12-24 15:20:54 +00:00
bsd.ccache.mk
bsd.commands.mk
bsd.default-versions.mk Update comment: add ruby 2.5 2017-12-27 19:51:25 +00:00
bsd.destdir.mk
bsd.emacs.mk
bsd.fpc.mk
bsd.gcc.mk
bsd.gecko.mk www/firefox: unbreak OPTIMIZED_CFLAGS=off build after r450707 2017-12-31 00:57:06 +00:00
bsd.gstreamer.mk
bsd.java.mk
bsd.ldap.mk
bsd.licenses.db.mk
bsd.licenses.mk
bsd.local.mk
bsd.ocaml.mk
bsd.octave.mk
bsd.options.desc.mk Update BROTLI description 2017-12-04 21:30:00 +00:00
bsd.options.mk Add an option helper for BINARY_ALIAS 2017-12-20 14:19:04 +00:00
bsd.port.mk Fix 'make -j'. 2017-12-07 01:51:00 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.qt.mk
bsd.ruby.mk Add ruby25 2.5.0 (copied from ruby24) 2017-12-27 19:51:11 +00:00
bsd.sanity.mk
bsd.sdl.mk
bsd.sites.mk
bsd.ssp.mk
bsd.tex.mk
bsd.wx.mk
bsd.xorg.mk