Commit 7a1856fd authored by Faustino Osuna's avatar Faustino Osuna

contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up...

contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use.
parent 0154ce07
......@@ -260,10 +260,16 @@ DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
# ***************************************************************************
# CMake
# ***************************************************************************
CMake:
cvs -d :pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake co cmake
# cmake-$(CMAKE_VERSION).tar.gz:
# $(WGET) $(CMAKE_URL)
#
# cmake: cmake-$(CMAKE_VERSION).tar.gz
# $(EXTRACT_GZ)
cmake:
cvs -d :pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake co -d cmake CMake
.cmake: CMake
.cmake: cmake
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment