# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 91543 2012-04-04 20:30:15Z dports@macports.org $

PortSystem          1.0

name                org-mode
version             7.8.08
categories          editors
license             GPL-3+
maintainers         dports
platforms           darwin
supported_archs     noarch

description         an Emacs Mode for Notes, Project Planning, and Authoring
long_description    Org is a mode for keeping notes, maintaining TODO lists, \
                    and doing project planning with a fast and effective     \
                    plain-text system.

homepage            http://orgmode.org/
master_sites        ${homepage}
distname            org-${version}

checksums           rmd160  7d99cea3fcfafda63b56fc445b2bb3e4ec45ce30 \
                    sha256  5c63e9fb92f6e19a9347965a9a739ab2e49a203d79671e2ee0a7d10b317b5c40

depends_lib         port:emacs
depends_build       port:texinfo

use_configure       no

destroot.destdir    prefix=${destroot}${prefix}
destroot.target     install-lisp install-info

livecheck.type      regex
livecheck.url       ${homepage}/org-mode-download.html
livecheck.regex     {Current Version: Org ([\w.]+)}
