-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathPortFile
More file actions
26 lines (19 loc) · 761 Bytes
/
PortFile
File metadata and controls
26 lines (19 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
fetch.type git
git.url https://github.com/ashish-gehani/spade
name spade
version 2.0
categories sysutils
maintainers SRI
description SPADE
long_description Support for Provenance Auditing in Distributed Environments
platforms darwin
license GPL-3
homepage https://github.com/ashish-gehani/spade
depends_lib-append port:fuse4x
worksrcdir SPADE
destroot.destdir DESTDIR=${destroot}${prefix}
destroot.keepdirs ${destroot}${prefix}/log
use_parallel_build no