RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/mail/lbdb/Portfile,v
retrieving revision 1.3
diff -u -r1.3 Portfile
|
|
|
1 | 1 | # $Id: Portfile,v 1.3 2004/02/25 19:58:40 olegb Exp $ |
2 | | PortSystem 1.0 |
3 | | name lbdb |
4 | | version 0.29 |
5 | | revision 1 |
| 2 | PortSystem 1.0 |
| 3 | name lbdb |
| 4 | version 0.29 |
| 5 | revision 2 |
6 | 6 | categories mail |
7 | 7 | description The little brother's database for the mutt mail reader. |
8 | 8 | long_description This package consists of a set of small tools, \ |
… |
… |
|
11 | 11 | query feature. \ |
12 | 12 | It can use Emacs bbdb, abook, ldap and evec mac os \ |
13 | 13 | x addressbook for query. |
14 | | homepage http://www.spinnaker.de/lbdb/ |
15 | | platforms darwin freebsd |
16 | | maintainers jtonio@users.sourceforge.net |
| 14 | homepage http://www.spinnaker.de/lbdb/ |
| 15 | platforms darwin freebsd |
| 16 | maintainers reilles@loria.fr |
17 | 17 | master_sites http://www.spinnaker.de/debian/ |
18 | 18 | checksums md5 1b29222036f564f45d22ce86284c0611 |
19 | | distname ${name}_${version} |
20 | | configure.dir ${workpath}/${name}-${version} |
21 | | configure.args --prefix=${prefix} |
| 19 | distname ${name}_${version} |
| 20 | configure.dir ${workpath}/${name}-${version} |
| 21 | configure.args --prefix=${prefix} |
22 | 22 | configure.args-append --libdir=${prefix}/lib/lbdb/ |
23 | | build.dir ${configure.dir} |
24 | | destroot.target install |
| 23 | build.dir ${configure.dir} |
| 24 | destroot.target install |
25 | 25 | destroot.destdir install_prefix=${destroot} |
| 26 | |
| 27 | post-destroot { |
| 28 | xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp |
| 29 | file copy ${configure.dir}/lbdb.el ${destroot}${prefix}/share/emacs/site-lisp |
| 30 | } |