# $Id: Portfile 82751 2011-08-19 20:20:13Z blb@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name rednotebook version 1.1.8 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 supported_archs noarch homepage http://rednotebook.sourceforge.net master_sites sourceforge dist_subdir ${name} checksums sha1 a37b46108b2c01cd488840c27c96acb145f5a286 \ rmd160 ec3b78a02576be32d57adaf4188db44cd2429297 # Set to nothing so there is no suffix (otherwise it would be rednotebook-2.7) python.link_binaries_suffix depends_lib port:py27-gtk port:py27-yaml port:py27-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