# $Id: Portfile,v 1.2 2004/03/21 22:44:50 waqar Exp $

PortSystem 1.0
name		cmake
version		1.8.3
categories	devel
maintainers	jkh@opendarwin.org
description	Cross-platform make
long_description	\
	An extensible, open-source system that manages the build 	\
	process in an operating system and compiler independent manner. \
	Unlike many cross-platform systems, CMake is designed to be 	\
	used in conjunction with the native build environment.
homepage	http://www.cmake.org/
platforms	darwin freebsd
master_sites	http://www.cmake.org/files/v1.8
checksums	md5 781afe6ed9000e303bf6ac3e4e384dce
configure.args	--mandir=${prefix}/share/man
