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