Changeset View
Changeset View
Standalone View
Standalone View
sysutils/apache-mesos/Makefile
| PORTNAME= mesos | PORTNAME= mesos | ||||
| PORTVERSION= 1.11.0 | PORTVERSION= 1.11.0 | ||||
| PORTREVISION= 15 | PORTREVISION= 16 | ||||
| CATEGORIES= sysutils | CATEGORIES= sysutils | ||||
| MASTER_SITES= APACHE/mesos/${PORTVERSION}:mesos | MASTER_SITES= APACHE/mesos/${PORTVERSION}:mesos | ||||
| PKGNAMEPREFIX= apache- | PKGNAMEPREFIX= apache- | ||||
| DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:mesos | DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:mesos | ||||
| DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} | DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} | ||||
| MAINTAINER= james.wright@digital-chaos.com | MAINTAINER= james.wright@digital-chaos.com | ||||
| COMMENT= Cluster manager providing resource isolation and sharing | COMMENT= Cluster manager providing resource isolation and sharing | ||||
| Show All 16 Lines | LIB_DEPENDS= libapr-1.so:devel/apr1 \ | ||||
| libcurl.so:ftp/curl \ | libcurl.so:ftp/curl \ | ||||
| libgpr.so:devel/grpc \ | libgpr.so:devel/grpc \ | ||||
| libglog.so:devel/glog \ | libglog.so:devel/glog \ | ||||
| libhttp_parser.so:www/http-parser \ | libhttp_parser.so:www/http-parser \ | ||||
| libev.so:devel/libev \ | libev.so:devel/libev \ | ||||
| libleveldb.so:databases/leveldb \ | libleveldb.so:databases/leveldb \ | ||||
| libprotobuf.so:devel/protobuf \ | libprotobuf.so:devel/protobuf \ | ||||
| libsasl2.so:security/cyrus-sasl2 \ | libsasl2.so:security/cyrus-sasl2 \ | ||||
| libsvn_delta-1.so:devel/subversion \ | |||||
| libsvn_subr-1.so:devel/subversion \ | |||||
| libzookeeper_mt.so:devel/libzookeeper | libzookeeper_mt.so:devel/libzookeeper | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| LIB_DEPENDS+= libsvn_delta-1.so:devel/subversion-lts | |||||
| LIB_DEPENDS+= libsvn_subr-1.so:devel/subversion-lts | |||||
| .else | |||||
| LIB_DEPENDS+= libsvn_delta-1.so:devel/subversion | |||||
| LIB_DEPENDS+= libsvn_subr-1.so:devel/subversion | |||||
| .endif | |||||
| USES= cpe gmake libarchive libtool python:run shebangfix | USES= cpe gmake libarchive libtool python:run shebangfix | ||||
| CPE_VENDOR= apache | CPE_VENDOR= apache | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| SHEBANG_FILES= src/cli/mesos-cat \ | SHEBANG_FILES= src/cli/mesos-cat \ | ||||
| src/cli/mesos-ps \ | src/cli/mesos-ps \ | ||||
| src/cli/mesos-scp \ | src/cli/mesos-scp \ | ||||
| src/cli/mesos-tail | src/cli/mesos-tail | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||