1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/cmake/Makefile
Michael Nottebrock 832a1b9d7b Update to 2.4.1
2006-05-01 21:03:50 +00:00

27 lines
608 B
Makefile

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