Ticket #43648: Portfile

File Portfile, 848 bytes (added by ctreleaven (Craig Treleaven), 10 years ago)

HACK workaround

Line 
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
3PortSystem          1.0
4
5name                MacPorts_daemondo
6version             2.2.1
7revision            201405091
8categories          sysutils
9platforms           darwin
10supported_archs     x86_64
11license             BSD
12maintainers         cogeco.ca:ctreleaven openmaintainer
13
14description         HACK to get daemondo into pkg
15long_description    ${description}
16
17homepage            http://www.macports.org/
18master_sites
19
20universal_variant           no
21
22fetch {}
23checksum {}
24extract {}
25use_configure no
26build {}
27
28destroot {
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