most recent changes, diff for jpilot
Index: palm/jpilot/Portfile
--- palm/jpilot/Portfile (revision 20749)
+++ palm/jpilot/Portfile (revision 20750)
@@ -3,28 +3,28 @@
PortSystem 1.0
name jpilot
version 0.99.9
+revision 1
description A Palm Pilot desktop for Unix
long_description J-Pilot is a desktop organizer application for the palm pilot and other\
-Palm OS devices. It is similar in functionality to the one that\
-3Com/Palm distributes.
+ Palm OS devices. It is similar in functionality to the one that\
+ 3Com/Palm distributes.
categories palm
homepage http://www.jpilot.org/
platforms darwin
maintainers kristian.peters@korseby.net
master_sites http://www.jpilot.org/
checksums md5 c39df29aeed57b84a674524856ebc290
-patchfiles patch-plugins.c
+patchfiles patch-plugins.c \
+ patch-weekday.c
configure.args --with-libiconv-prefix=${prefix} \
--with-pilot-prefix=${prefix} \
- --mandir=${prefix}/share/man \
- --disable-gtk2
-depends_lib lib:libiconv:libiconv lib:libgtk.a:gtk1 lib:libpisock.a:pilot-link
+ --mandir=${prefix}/share/man
+depends_lib port:libiconv port:gtk2 port:pilot-link
-# adds gtk2-support
-variant gtk2 {
- configure.args-delete --disable-gtk2
- configure.args-append --enable-gtk2
- depends_lib-delete lib:libgtk.a:gtk1
- depends_lib-append lib:libgtk.2:gtk2
+# enable gtk1 support
+variant gtk1 {
+ configure.args-append --disable-gtk2
+ depends_lib-delete port:gtk2
+ depends_lib-append port:gtk1
}