freebsd-ports/devel/cmake/Makefile

22 lines
509 B
Makefile
Raw Normal View History

# New ports collection makefile for: cmake
# Date created: March 18 2002
# Whom: Kyle Martin <mkm@ieee.org>
#
# $FreeBSD$
#
PORTNAME= cmake
PORTVERSION= 1.8.3
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A cross-platform make
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR:S|^${PREFIX}||} --datadir=${DATADIR:S|^${PREFIX}||}
2004-04-17 14:55:24 +02:00
MAN1= ccmake.1 cmake.1 ctest.1
.include <bsd.port.mk>