1 | # -*- 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 |
---|
2 | # $Id: Portfile 59959 2009-10-28 01:10:35Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name org-mode |
---|
7 | version 6.33f |
---|
8 | categories editors |
---|
9 | maintainers ambulatoryclam.net:dports |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description an Emacs Mode for Notes, Project Planning, and Authoring |
---|
13 | long_description Org is a mode for keeping notes, maintaining TODO lists, \ |
---|
14 | and doing project planning with a fast and effective \ |
---|
15 | plain-text system. |
---|
16 | |
---|
17 | homepage http://orgmode.org/ |
---|
18 | master_sites ${homepage} |
---|
19 | distname org-${version} |
---|
20 | |
---|
21 | checksums md5 c057d13dac5d9c6da9bc063273faad82 \ |
---|
22 | sha1 ed98042f4df4815311b7861ed9e3ba43c3a61b4a \ |
---|
23 | rmd160 e23cbcbeef2a5d07b35492dca3c9ef132e54c68a |
---|
24 | |
---|
25 | depends_lib port:emacs |
---|
26 | depends_build port:texinfo |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | destroot.destdir prefix=${destroot}${prefix} |
---|
31 | destroot.target install-lisp install-info |
---|
32 | # rename info file to avoid conflict with the one installed by emacs port |
---|
33 | post-destroot { move ${destroot}${prefix}/share/info/org \ |
---|
34 | ${destroot}${prefix}/share/info/org.${version} } |
---|