1 | # $Id: Portfile 20353 2006-11-02 02:00:14Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name jpilot |
---|
5 | version 0.99.9 |
---|
6 | description A Palm Pilot desktop for Unix |
---|
7 | long_description J-Pilot is a desktop organizer application for the palm pilot and other\ |
---|
8 | Palm OS devices. It is similar in functionality to the one that\ |
---|
9 | 3Com/Palm distributes. |
---|
10 | categories palm |
---|
11 | homepage http://www.jpilot.org/ |
---|
12 | platforms darwin |
---|
13 | maintainers kristian.peters@korseby.net |
---|
14 | master_sites http://www.jpilot.org/ |
---|
15 | checksums md5 c39df29aeed57b84a674524856ebc290 |
---|
16 | patchfiles patch-plugins.c \ |
---|
17 | patch-weekday.c |
---|
18 | configure.args --with-libiconv-prefix=${prefix} \ |
---|
19 | --with-pilot-prefix=${prefix} \ |
---|
20 | --mandir=${prefix}/share/man |
---|
21 | depends_lib lib:libiconv:libiconv lib:libgtk.a:gtk2 lib:libpisock.a:pilot-link |
---|
22 | |
---|
23 | # enable gtk1 support |
---|
24 | variant gtk1 { |
---|
25 | configure.args-append --disable-gtk2 |
---|
26 | depends_lib-delete lib:libgtk.a:gtk2 |
---|
27 | depends_lib-append lib:libgtk.2:gtk1 |
---|
28 | } |
---|
29 | |
---|