Added: trunk/dports/editors/org-mode-devel/Portfile (0 => 75834)
--- trunk/dports/editors/org-mode-devel/Portfile (rev 0)
+++ trunk/dports/editors/org-mode-devel/Portfile 2011-02-10 09:28:42 UTC (rev 75834)
@@ -0,0 +1,28 @@
+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
+