1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/cmake/Makefile
Kirill Ponomarev 50d3422530 - Update to 1.8.3
- MASTER_SITES dir depend on PORTVERSION
- Utilize DOCSDIR and DATADIR

PR:		61226
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-01-12 09:07:58 +00:00

22 lines
491 B
Makefile

# 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>