Ticket #11053: Portfile

File Portfile, 937 bytes (added by tristan@…, 17 years ago)

updated jpilot Portfile (gtk2 is default instead of gtk1)

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