Ticket #43648: Portfile.2

File Portfile.2, 1.0 KB (added by pixilla (Bradley Giesbrecht), 10 years ago)

Build daemondo as a port sourcing from base.

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id: $
3
4PortSystem          1.0
5
6name                daemondo
7
8version             1.1
9
10license             BSD
11categories          sysutils
12platforms           darwin
13maintainers         pixilla
14homepage            http://www.macports.org/
15description         daemondo is a wrapper program that runs daemons.
16long_description    ${description} It starts the specified daemon on launch, stops it when \
17                    given SIGTERM, and restarts it on SIGHUP. It can also watch for \
18                    transitions in system state, such as a change in network availability or \
19                    system power state, and restart the daemon on such an event.
20
21fetch.type          svn
22svn.url             http://svn.macports.org/repository/macports/trunk/base
23svn.revision        117619
24worksrcdir          base
25
26build.dir           ${worksrcpath}/src/programs/daemondo
27destroot.dir        ${worksrcpath}/src/programs/daemondo