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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name MacPorts_daemondo |
---|
6 | version 2.2.1 |
---|
7 | revision 201405091 |
---|
8 | categories sysutils |
---|
9 | platforms darwin |
---|
10 | supported_archs x86_64 |
---|
11 | license BSD |
---|
12 | maintainers cogeco.ca:ctreleaven openmaintainer |
---|
13 | |
---|
14 | description HACK to get daemondo into pkg |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | homepage http://www.macports.org/ |
---|
18 | master_sites |
---|
19 | |
---|
20 | universal_variant no |
---|
21 | |
---|
22 | fetch {} |
---|
23 | checksum {} |
---|
24 | extract {} |
---|
25 | use_configure no |
---|
26 | build {} |
---|
27 | |
---|
28 | destroot { |
---|
29 | file copy ${prefix}/bin/daemondo ${destroot}${prefix}/bin/ |
---|
30 | } |
---|
31 | |
---|
32 | # We'll force the install and overwrite daemondo...with itself! |
---|
33 | # But now we can add this as a dependency to the mpkg |
---|