summaryrefslogtreecommitdiff
path: root/comms/jpilot/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-01-10 04:34:18 +0000
committerrh <rh@pkgsrc.org>2003-01-10 04:34:18 +0000
commitf46b1605678829e9c40dc839bbf750c99a1678e2 (patch)
tree0236ce49465ce39a1582a788e941b99e61ecf192 /comms/jpilot/Makefile
parent11ff37534831c557d4029b6fd2b0283a839c2544 (diff)
downloadpkgsrc-f46b1605678829e9c40dc839bbf750c99a1678e2.tar.gz
Update jpilot to 0.99.3. Changes include:
* Added Simplified Chinese translation * Added Traditional Chinese translation * Made dialog windows Modal * Manana support http://bill.sexton.tripod.com/download.htm * Changed code to keep unique IDs intact. * Support for OS 4.X passwords. * Better DateBk support * Pop up dialogs during the sync when different user name, null ID is found. * Lots of patches, bug fixes and minor improvements. * Made changes to support pilot-link 0.10.1 and USB * Export for Datebook, Address, Todo, and Memo * Import for Datebook, Address, Todo, and Memo * Can now enter begin/end times into datebook by GUI, or keyboard. * Put icons in clist title buttons. * Prompts to Save a changed/new record instead of letting it get away. * Drastically improved local database read speeds caused by bugs intro'd in 0.99 * Fixed misc bugs in alarms. * Support for pedit (pedit is a memo editor for the palm). * Added Preferences to choose conduits. * Adding in better printing support. * Adding in record masking support. * Wrote a KeyRing plugin (KeyRing is a palm encryption app). * Added Restore Functionality. * Added plugin_startup & plugin_cleanup funcs to jpilot-sync. * Added man pages. * Added plugin_startup and plugin_cleanup to jpilot-sync. * Added a default pdb file for Expenses. * Added an icon when iconized.
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r--comms/jpilot/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index b660a4bdc0b..34fc53218d6 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2002/11/30 13:36:14 salo Exp $
+# $NetBSD: Makefile,v 1.31 2003/01/10 04:34:18 rh Exp $
#
-DISTNAME= jpilot-0.99
-PKGREVISION= 2
+DISTNAME= jpilot-0.99.3
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
@@ -10,20 +9,21 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
-BUILD_USES_MSGFMT= # defined
+BUILD_USES_MSGFMT= YES
CONFLICTS+= jpilot-libplugin-[0-9]*
-USE_BUILDLINK2= # defined
-USE_PKGLOCALEDIR= # defined
-USE_X11= # defined
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}"
+LDFLAGS+= -export-dynamic
-USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
DOCDIR= ${PREFIX}/share/doc/jpilot
INCDIR= ${PREFIX}/include/jpilot