blob: ce48868831c667cb99e114a8f8389f27907759d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
COMMENT= A cross-platform make
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR:S|^${PREFIX}||} --datadir=${DATADIR:S|^${PREFIX}||}
MAN1= cmake.1
.include <bsd.port.mk>
|