summaryrefslogtreecommitdiff
path: root/mk/cmake-Modules
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23Reorder CMake search paths so that BUILDLINK_DIR and PREFIX come first,hans1-2/+2
before / and /usr. This should prevent CMake from picking up stuff from the base system instead of the buildlink directories.
2011-09-29Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATHmarkd1-1/+1
Needed to properly detect and set the paths of some installed packages that fall outside the buildlink framework.
2011-09-17Replace hard-coded paths to /usr/pkg with $ENV{BUILDLINK_DIR} and removebrook1-2/+2
a hard-coded path to /usr/local/bin altogether. This usage is consistent with other paths already in the same file.
2008-09-13Update for cmake 2.6markd1-0/+17
2007-12-12Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it inmarkd1-0/+14
the configure stage of a build (by setting USE_CMAKE=yes).