1 | # $Id: Portfile 24318 2007-04-21 14:45:39Z rhwood@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gramps |
---|
6 | version 2.2.6 |
---|
7 | revision 1 |
---|
8 | categories gnome science python genealogy |
---|
9 | platforms darwin |
---|
10 | maintainers rjt-gramps@thegrindstone.me.uk |
---|
11 | |
---|
12 | description GRAMPS is a genealogy program to store, edit, \ |
---|
13 | and research genealogical data. It provides \ |
---|
14 | advanced capabilities for research, analysis, and \ |
---|
15 | correlation to potentially fill relationship gaps. |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | homepage http://www.gramps-project.org/ |
---|
20 | master_sites sourceforge:gramps |
---|
21 | checksums md5 28183906831710fd0028d6b0f4c736c0 |
---|
22 | patchfiles patch-configure patch-po-gmsgfmt |
---|
23 | |
---|
24 | configure.args --disable-mime-install \ |
---|
25 | --disable-scrollkeeper |
---|
26 | |
---|
27 | depends_lib bin:update-mime-database:shared-mime-info \ |
---|
28 | port:py25-gnome \ |
---|
29 | port:py25-bsddb |
---|
30 | |
---|
31 | post-activate { |
---|
32 | system "update-mime-database ${prefix}/share/mime" |
---|
33 | system "scrollkeeper-update" |
---|
34 | } |
---|
35 | |
---|