summaryrefslogtreecommitdiff
path: root/devel/cmake/Makefile
blob: ea7bf7911c370d7fa37bbd71dae91ec5e90c61ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>