mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f9270878e3
Submitted by: Kyle Martin <mkm@ieee.org>
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# New ports collection makefile for: cmake
|
|
# Date created: March 18 2002
|
|
# Whom: Kyle Martin <mkm@ieee.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmake
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cmake.org/
|
|
DISTNAME= CMake1.2-src-unix
|
|
|
|
MAINTAINER= mkm@ieee.org
|
|
|
|
WRKSRC= ${WRKDIR}/CMake-1.2
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|