# $Id: Portfile,v 1.5 2006/08/08 07:08:00 yeled Exp $

PortSystem          1.0
name                ccal
version             0.6
categories          python
distname            ${name}06
maintainers         yeled@opendarwin.org
extract.suffix      .py
description         ccal
long_description    Ccal, a curses-based calendar/journal/diary & \
                        todo list program.  

platforms           darwin
homepage            http://www.jamiehillman.co.uk/ccal/
master_sites        ${homepage}
checksums           md5 d7318e1383ac4856f1294e6de0954e3f
use_configure       no

extract     {}
build       {}
destroot    {
        xinstall -m 755 -c ${distpath}/${distname}${extract.suffix} \
            ${destroot}${prefix}/bin/${name}
}
post-install {
    # Tell the user how to invoke and get help.
    ui_msg "type ``ccal'' and press '?' for help."
}

