# $Id: Portfile,v 1.3 2004/05/23 17:02:32 yeled Exp $ PortSystem 1.0 name ccal version 0.41 categories python distname ${name}041 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}/download checksums md5 fd99663f4d40dff9fb73fef1af8e4919 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." }