# $Id: Portfile 122889 2014-08-01 19:42:49Z jmr@macports.org $ PortSystem 1.0 name ccal version 0.6 categories sysutils license GPL-2+ distname ${name}06 maintainers nomaintainer extract.suffix .py description ccal long_description Ccal, a curses-based calendar/journal/diary & \ todo list program. platforms darwin supported_archs noarch 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} } # Tell the user how to invoke and get help. notes "type ``ccal'' and press '?' for help."