# $Id: Portfile 76953 2011-03-15 03:47:33Z blb@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name rednotebook version 1.1.3 categories office license GPL-2+ maintainers blb openmaintainer description Diary and journal application long_description \ RedNotebook is a graphical diary and journal helping you keep track of \ notes and thoughts. It includes calendar navigation, customizable \ templates, export functionality and word clouds. You can also format, \ tag and search your entries. platforms darwin homepage http://rednotebook.sourceforge.net master_sites sourceforge dist_subdir ${name} checksums md5 b1ed82e516ec53d0c1903f61782dd5a3 \ sha1 fb27e4d9e4a7d9f658535974078610ef19c76eb0 \ rmd160 1cac6f7c6be38057e6ff10996242e265bfe0800d # Set to nothing so there is no suffix (otherwise it would be rednotebook-2.6) python.link_binaries_suffix depends_lib port:py26-gtk port:py26-yaml port:py26-webkitgtk post-destroot { eval move [glob ${destroot}${python.prefix}/share/*] \ ${destroot}${prefix}/share xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGELOG LICENSE README \ ${destroot}${prefix}/share/doc/${name} } livecheck.type freshmeat