a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22521 2007-03-04 09:30:55Z pipping@macports.org $
PortSystem 1.0
name ccal
version 0.6
categories python
distname ${name}06
maintainers yeled@macports.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 http://web.archive.org/web/20050926034036/www.jamiehillman.co.uk/ccal/
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."
}