1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup facebook osquery 1.4.0 |
---|
9 | categories sysutils |
---|
10 | license BSD |
---|
11 | platforms darwin |
---|
12 | homepage http://osquery.io/ |
---|
13 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
14 | description SQL powered operating system instrumentation, monitoring, and analytics |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 0d5750a6ec832a58a39e6ad37f6ef4f094ef6aa0 \ |
---|
18 | sha256 c3513723fe574b257d7f763a848a1275307215a8c69c2fa995717fdb1507062e |
---|
19 | |
---|
20 | depends_build port:cmake |
---|
21 | depends_lib port:boost \ |
---|
22 | port:gflags \ |
---|
23 | port:google-glog \ |
---|
24 | port:openssl \ |
---|
25 | port:rocksdb \ |
---|
26 | port:thrift \ |
---|
27 | port:py27-jinja2 \ |
---|
28 | port:py27-markupsafe |
---|
29 | |
---|
30 | ## FIXME! thrift fails to build |
---|
31 | |
---|
32 | use_configure no |
---|
33 | #build.cmd cmake |
---|
34 | |
---|
35 | pre-build { |
---|
36 | system "cd ${worksrcpath} && make deps" |
---|
37 | } |
---|
38 | |
---|
39 | test.run yes |
---|
40 | |
---|