summaryrefslogtreecommitdiff
path: root/devel/cmake/Makefile
blob: a2abe6a7806ed783c453762bc1f1a1d46339ffc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    cmake
# Date created:         March 18 2002
# Whom:                 Kyle Martin <mkm@ieee.org>
#
# $FreeBSD$
#

PORTNAME=	cmake
PORTVERSION=	1.4.7
CATEGORIES=	devel
MASTER_SITES=	http://www.cmake.org/
DISTNAME=	CMake${PORTVERSION}-src-unix

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A cross-platform make

WRKSRC=		${WRKDIR}/CMake-${PORTVERSION}
GNU_CONFIGURE=	yes

MAN1=	cmake.1

.include <bsd.port.mk>