# $Id: Portfile 103278 2013-02-20 03:51:22Z jmr@macports.org $

PortSystem          1.0

name                zim
version             0.28
revision            1
categories          editors
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Desktop-based wiki
long_description \
   Zim is a WYSIWYG text editor written in Gtk2-Perl. It aims to bring the \
   concept of a wiki to your desktop. Every page is saved as a text file \
   with wiki markup. Pages can contain links to other pages, and are saved \
   automatically. Creating a new page is as easy as linking to a \
   non-existing page. This tool is intended to keep track of TODO lists or \
   to serve as a personal scratch book. But it will also serve you when \
   writing longer and more complicated documents.

platforms           darwin
supported_archs     noarch

homepage            http://www.zim-wiki.org
master_sites        ${homepage}/downloads/
distname            Zim-${version}

checksums           md5     fce152562b57d4753edfcdc635a26e42 \
                    sha1    c0d1d5ad956ee682f01ecbd89009eb9f0852f34c \
                    rmd160  b6ecc7c6f094670754b4219e7506edefd00b2ca1

depends_lib         port:p5.12-gtk2 port:p5.12-module-build port:p5.12-file-mimeinfo \
                    port:p5.12-file-basedir port:p5.12-file-desktopentry

configure.cmd       ${prefix}/bin/perl5.12
configure.pre_args  ./Makefile.PL
