summaryrefslogtreecommitdiff
path: root/comms/jpilot-syncmal/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-04 16:30:18 +0000
committerwiz <wiz@pkgsrc.org>2003-03-04 16:30:18 +0000
commit9425280e968b590b9d209022c4059ab428647b6c (patch)
treecccaacb75a459e038658303cb659b16016326bc1 /comms/jpilot-syncmal/Makefile
parente99332c58358d5e4198baf7573423dd06e595022 (diff)
downloadpkgsrc-9425280e968b590b9d209022c4059ab428647b6c.tar.gz
Update to 0.71.2, now using GTK2.
0.71.2 - 1/16/2003 - Changed all occurrences of the deprecated jpilot_logf call to the correct jp_logf - included libplugin.h from J-Pilot 0.99.4 - removed the unused prefs.h - changed all LOG_XXX macros to the JP_LOG_XXX form used in the new libplugin.h - applied and updated the patch from Ludovic which prints an error if the AvantGo .prc file is not installed - added support for GTK2 (use --enable-gtk2) -- this does not do anything extra, it just lets jpilot-syncmal work with GTK2-enabled J-Pilot 0.99.4 0.71.1 - 6/21/2002 - Applied patch from Ludovic Roussea which allows GTK to set the size of the about box - Reorganized Makefile.in - Fixed the warnings about no newlines in the malsync src
Diffstat (limited to 'comms/jpilot-syncmal/Makefile')
-rw-r--r--comms/jpilot-syncmal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile
index ae756cb33d4..2da9e8d0094 100644
--- a/comms/jpilot-syncmal/Makefile
+++ b/comms/jpilot-syncmal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/01/13 13:21:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2003/03/04 16:30:18 wiz Exp $
-DISTNAME= jpilot-syncmal_0.71
-PKGNAME= jpilot-syncmal-0.71
+DISTNAME= jpilot-syncmal_0.71.2
+PKGNAME= jpilot-syncmal-0.71.2
CATEGORIES= comms
MASTER_SITES= http://jasonday.home.att.net/code/syncmal/
@@ -19,7 +19,7 @@ USE_LIBTOOL= # defined
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk}
+CONFIGURE_ARGS+= --enable-gtk2
CONFIGURE_ARGS+= --with-plugin-prefix=${BUILDLINK_PREFIX.jpilot}/include/jpilot
CONFIGURE_ARGS+= --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs}
MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs}