# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               xcode 1.0

name                    sleepnow
version                 20070603
categories              sysutils
maintainers             ryandesign
homepage                http://www.snoize.com/SleepNow/
master_sites            ${homepage}
distname                SleepNow
dist_subdir             ${name}/${version}

description \
    put your Mac to sleep from the command-line

long_description \
    SleepNow is a Mac OS X command-line tool which puts \
    the machine to sleep, just as though someone had \
    used the Sleep menu command while sitting in front \
    of the machine. The advantage is that SleepNow can \
    be run while logged in to the machine from anywhere \
    on the net.

checksums \
    md5 a9555e48d9719868dd9ec7ce1423861b \
    sha1 3c061673baedb082cfe53a7c26ea1bbe4f266fe3 \
    rmd160 7be878e3c9cd517c37d1b8dcfd5e4992cfaad0e3

build.dir               ${worksrcpath}/Source
xcode.destroot.path     ${prefix}/bin
xcode.destroot.settings PRODUCT_NAME=${name}

livecheck.type          none
