# $Id: Portfile 74763 2011-01-01 22:37:07Z blb@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name rednotebook version 1.1.2 categories office 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 cd7981ed3017a96900c6a72d95f464d0 \ sha1 5465df5b5e74c6fb820f3ebec829ba48e993ab7c \ rmd160 104a3d33c08a130cfab038c0a435ec39dfc4e713 # 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 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