Changeset View
Changeset View
Standalone View
Standalone View
devel/cmake/Makefile
| # Created by: Kyle Martin <mkm@ieee.org> | # Created by: Kyle Martin <mkm@ieee.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= cmake | PORTNAME= cmake | ||||
| # Remember to update devel/cmake-doc and devel/cmake-gui as well. | # Remember to update devel/cmake-doc and devel/cmake-gui as well. | ||||
| DISTVERSION= 3.10.1 | DISTVERSION= 3.10.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ | MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Cross-platform Makefile generator | COMMENT= Cross-platform Makefile generator | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| LICENSE_FILE= ${WRKSRC}/Copyright.txt | LICENSE_FILE= ${WRKSRC}/Copyright.txt | ||||
| LIB_DEPENDS= libcurl.so:ftp/curl \ | LIB_DEPENDS= libcurl.so:ftp/curl \ | ||||
| libexpat.so:textproc/expat2 \ | libexpat.so:textproc/expat2 \ | ||||
| libjsoncpp.so:devel/jsoncpp \ | libjsoncpp.so:devel/jsoncpp \ | ||||
| libuv.so:devel/libuv \ | libuv.so:devel/libuv \ | ||||
| librhash.so:security/rhash | librhash.so:security/rhash | ||||
| USES= libarchive ncurses | USES= compiler:c++11-lang libarchive ncurses | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| CONFIGURE_ENV= MAKE=make | CONFIGURE_ENV= MAKE=make | ||||
| CONFIGURE_ARGS= --prefix=${PREFIX} \ | CONFIGURE_ARGS= --prefix=${PREFIX} \ | ||||
| --datadir="/${DATADIR_REL}" \ | --datadir="/${DATADIR_REL}" \ | ||||
| --docdir="/${DOCSDIR_REL}" \ | --docdir="/${DOCSDIR_REL}" \ | ||||
| --system-libs \ | --system-libs \ | ||||
| --parallel=${MAKE_JOBS_NUMBER} \ | --parallel=${MAKE_JOBS_NUMBER} \ | ||||
| ▲ Show 20 Lines • Show All 43 Lines • Show Last 20 Lines | |||||