summaryrefslogtreecommitdiff
path: root/comms/jpilot/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-04 16:29:28 +0000
committerwiz <wiz>2003-03-04 16:29:28 +0000
commitd3c4b70d7af6ef145c1c5d7312595bf2e0bb8aaa (patch)
treefb43c35419c543759fa0d81f9b5b86a5219011a5 /comms/jpilot/Makefile
parent862d5c52840cc42d63a571ca9d0ea3132407964d (diff)
downloadpkgsrc-d3c4b70d7af6ef145c1c5d7312595bf2e0bb8aaa.tar.gz
Update to 0.99.5, now using GTK2.
0.99.5 = 02/21/03 Fixed serious bug resulting in overwriting appointments on the palm (Serious bug) Restore now restores latest files instead of ones from last backup (Critical bug) Added -export-dynamic to Makefile to resolve jp_logf unresolved errors Made home key go to today in datebook Added dialog error windows instead of logging them If files are to be installed a prompt window opens before a sync/backup Browser windows open from jpilot menu When app button is pressed it will cycle through categories 0.99.4 - 01/13/03 Ported code to GTK-2 (I used GTK-2.2) Added random password generation to KeyRing Added a dialer program and GUI launcher Added Syncronization of categories and editing categories on desktop Added Export of iCalendar format from ToDo and Datebook Added Export of vCard format from Address book Added Export of ldif format from Address book Added Russian Language Support Removed jpilot-upgrade-99
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r--comms/jpilot/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 34fc53218d6..790791b5fd8 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2003/01/10 04:34:18 rh Exp $
+# $NetBSD: Makefile,v 1.32 2003/03/04 16:29:28 wiz Exp $
#
-DISTNAME= jpilot-0.99.3
+DISTNAME= jpilot-0.99.5
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
@@ -10,6 +10,7 @@ HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
BUILD_USES_MSGFMT= YES
+DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs
CONFLICTS+= jpilot-libplugin-[0-9]*
@@ -20,6 +21,7 @@ USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}"
+CONFIGURE_ARGS+= --enable-gtk2
LDFLAGS+= -export-dynamic
USE_LIBTOOL= YES
@@ -54,6 +56,6 @@ post-install:
.include "../../comms/pilot-link-libs/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"