# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup facebook rocksdb 3.11.2 rocksdb- revision 0 categories databases devel platforms darwin license BSD maintainers stromnov openmaintainer description Embedded key-value store for fast storage long_description ${description} homepage http://rocksdb.org/ checksums rmd160 34a53453b1781a7d08d71e325ef886afe0e874f8 \ sha256 f953e4065b9baf97baebdb2be508dd86a279e6b32b8141dacf91df81fdc47c82 depends_lib-append port:gflags \ port:zlib \ port:bzip2 \ port:snappy patchfiles-append patch-Makefile.diff use_configure no variant universal {} build.env CC="${configure.cc}" \ CXX="${configure.cxx}" \ CFLAGS="[get_canonical_archflags cc]" \ CXXFLAGS="[get_canonical_archflags cxx]" \ PORTABLE=1 \ OPT="${configure.optflags}" destroot.env-append CC="${configure.cc}" \ CXX="${configure.cxx}" \ CFLAGS="[get_canonical_archflags cc]" \ CXXFLAGS="[get_canonical_archflags cxx]" \ PORTABLE=1 \ OPT="${configure.optflags}" \ INSTALL_PATH=${destroot}${prefix}