# $Id: Portfile 78632 2011-05-14 22:50:58Z ryandesign@macports.org $

PortSystem          1.0

name                org-mode-devel
version             devel
categories          editors
maintainers         phw openmaintainer
conflicts 			org-mode
platforms           darwin
supported_archs     noarch

description         the development version of 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}
fetch.type          git
git.url             git://orgmode.org/org-mode.git

depends_lib         port:emacs
depends_build       port:texinfo

use_configure       no

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

livecheck.type		none
