summaryrefslogtreecommitdiff
path: root/comms/jpilot/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-03-01 20:38:14 +0000
committerjlam <jlam@pkgsrc.org>2001-03-01 20:38:14 +0000
commit440c19af1dbe88a24f6c388dab2ec42470dde190 (patch)
tree7656aadbe56b175ae49520ab6bf606909c47a5f7 /comms/jpilot/Makefile
parent297ea9ed47ab78541e0a6b9fed37a6cd8cb2b347 (diff)
downloadpkgsrc-440c19af1dbe88a24f6c388dab2ec42470dde190.tar.gz
Update jpilot to 0.99. Changes from version 0.98.1:
Alphabetized 4 main app categories and expense categories New calendar begin/end setting method using keyboard jpilot-sync program added to allow command line syncing Made radio buttons for which phone # shows up in addr Made month/week views obey categories Made 4 main apps+expense more user friendly by detecting changes Added prefs for optionally backing up DBs Czech character set added Russian character set added Moved output screen to bottom panel in main window Fixed many bugs in Expense and improved GUI Fixed datebook entries showing weekly repeat Added a large view window to the monthview Fixed some DateBk3 bugs (templates showing as today, etc) Made Address screen stay as it was last used in quick/add view mode Alarms Sorted memos if they are sorted on the handheld Replaced calendar buttons (array) with a gtk_calendar widget Made Quickview a page on the address Notebook Made private records hidable using palm password Made changes for Japanese and Chinese and Korean and multibyte characters Included Synctime in rpm and made it detect and avoid PalmOS 3.3 Made the creation of ~/.jpilot and ~/.jpilot/backup* perms 0700 & ~umask If upgrading then you may want to change the permissions of ~/.jpilot/ for security reasons. Made completed ToDos not print if hidden Minor postscript improvements Made plugin conduits selectable wether to sync or not
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r--comms/jpilot/Makefile38
1 files changed, 28 insertions, 10 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 323cfcbec7b..92ad58c6942 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,29 +1,47 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 13:56:15 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/03/01 20:38:14 jlam Exp $
#
-DISTNAME= jpilot-0.98.1
+DISTNAME= jpilot-0.99
CATEGORIES= comms
-MASTER_SITES= http://jpilot.linuxave.net/
+MASTER_SITES= http://jpilot.org/
MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://jpilot.linuxave.net/
+HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_X11= YES
-USE_LIBINTL= YES
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
+USE_X11= # defined
+USE_LIBINTL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
EVAL_PREFIX+= GTKDIR=gtk+
+EVAL_PREFIX+= PILOTLINKDIR=pilot-link
CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}"
-CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE}
+CONFIGURE_ARGS+= --with-pilot-prefix="${PILOTLINKDIR}"
+CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+
+INCDIR= ${PREFIX}/include/jpilot
+HTMLDIR= ${PREFIX}/share/doc/html/jpilot
+MAN1DIR= ${PREFIX}/man/man1
+PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
+
+post-extract:
+ ${RM} -f ${WRKSRC}/po/Makefile.in
+
+pre-configure:
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/jpilot/plugins
+ ${INSTALL_DATA_DIR} ${INCDIR} ${HTMLDIR} ${PLUGINSDIR}
+ cd ${WRKSRC}; ${INSTALL_DATA} libplugin.h prefs.h ${INCDIR}
+ cd ${WRKSRC}/docs; ${INSTALL_DATA} *.html ${HTMLDIR}
+ cd ${WRKSRC}/docs; ${INSTALL_MAN} *.1 ${MAN1DIR}
+ ${TOUCH} ${PLUGINSDIR}/.directory
.include "../../mk/bsd.pkg.mk"