# $Id: Portfile 56224 2009-08-25 10:54:30Z ryandesign@macports.org $ PortSystem 1.0 name ccal version 0.6 categories sysutils distname ${name}06 maintainers nomaintainer 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." }