1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/cmake/Makefile
Kris Kennaway f9270878e3 Add cmake-1.2, a cross-platform make.
Submitted by:	Kyle Martin <mkm@ieee.org>
2002-09-21 00:57:59 +00:00

20 lines
366 B
Makefile

# New ports collection makefile for: cmake
# Date created: March 18 2002
# Whom: Kyle Martin <mkm@ieee.org>
#
# $FreeBSD$
#
PORTNAME= cmake
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/
DISTNAME= CMake1.2-src-unix
MAINTAINER= mkm@ieee.org
WRKSRC= ${WRKDIR}/CMake-1.2
HAS_CONFIGURE= yes
.include <bsd.port.mk>