freebsd-ports/devel/cmake/Makefile
Emanuel Haupt 38de520ea0 Update to 2.2.3
PR:		90190
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Discussed with:	anholt
2005-12-22 23:04:47 +00:00

24 lines
551 B
Makefile

# New ports collection makefile for: cmake
# Date created: March 18 2002
# Whom: Kyle Martin <mkm@ieee.org>
#
# $FreeBSD$
#
PORTNAME= cmake
PORTVERSION= 2.2.3
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A cross-platform make
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--datadir=${DATADIR:S|^${PREFIX}||} \
--docdir=${DOCSDIR:S|^${PREFIX}||}
MAN1= ccmake.1 cmake.1 ctest.1
.include <bsd.port.mk>