mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e6f91998dc
PR: 46559 Submitted by: maintainer
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# New ports collection makefile for: cmake
|
|
# Date created: March 18 2002
|
|
# Whom: Kyle Martin <mkm@ieee.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmake
|
|
PORTVERSION= 1.4.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cmake.org/
|
|
DISTNAME= CMake${PORTVERSION}-src-unix
|
|
|
|
MAINTAINER= mkm@ieee.org
|
|
|
|
WRKSRC= ${WRKDIR}/CMake-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cmake.1
|
|
|
|
.include <bsd.port.mk>
|