summaryrefslogtreecommitdiff
path: root/mk/configure/cmake.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-09-06Introduce CMAKE_USE_GNU_INSTALL_DIRS,obache1-5/+13
If set to yes, set GNU standard installation directories with pkgsrc configured settings for cmake GNUInstallDirs module. The default is yes.
2014-08-23Add CMAKE_PREFIX_PATH variable that can be used by packages that installwiz1-1/+13
their files in non-standard locations (e.g., qt5). From Niclas Rosenvik.
2013-10-08tell PKGMANDIR, PKGINFODIR and PKGLOCALEDIR to cmake.obache1-1/+8
2013-02-22In pkgsrc, 64bit linux libraries should install into lib rather than lib64.markd1-1/+2
Make sure cmake does this.
2011-01-12On Mac OS X, use system OpenGL and OpenALadam1-1/+3
2010-10-19On Darwin, libraries need correct install_nameadam1-1/+6
2008-09-13Tell cmake not to muck with rpath's as it seems to interact badly withmarkd1-1/+2
pkgsrc.
2008-02-13Oops, fixed a typo.rillig1-3/+2
2008-02-13Documented the interface to packages. Renamed the targets to emphasizerillig1-14/+21
that they are private to the current file.
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-5/+3
2007-12-18Doing USE_TOOLS+=cmake in the configure stage is too late so move itmarkd1-2/+1
to tools. Also cmake wants cpack to exist in the same directory so toolise it and make cmake and cpack imply each other.
2007-12-12Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it inmarkd1-0/+58
the configure stage of a build (by setting USE_CMAKE=yes).