# -*- 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 80628 2011-07-16 01:03:04Z dports@macports.org $

PortSystem          1.0

name                org-mode
version             7.6
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           md5     076ca2d13313b62ae4623d4a0767203a \
                    sha1    ca0fd13633be199fa9124772fa69c89f0ce5fedf \
                    rmd160  0446f12d3c75275a030e90dc0cbaaace8bfa65da

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}
livecheck.regex     {Current Version \(([\w.]+)\)}
