# -*- 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 68452 2010-06-03 20:45:46Z dports@macports.org $

PortSystem          1.0

name                org-mode
version             6.36c
revision            1
categories          editors
maintainers         dports
platforms           darwin

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           md5     13d7850aab456406ed6781d4d98e5cad \
                    sha1    56d55f8c751248100aabbc3109495af31ccf277f \
                    rmd160  bc745e506712619a03f0b296ac606a5cc7ad81c9

depends_lib         port:emacs
depends_build       port:texinfo

use_configure       no
if {[info exists supported_archs]} {
    supported_archs noarch
}

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

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {Current Version \(([\w.]+)\)}
