From 8cfde8c3196c338f97ca162d56d313e2fd26ed85 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Mar 2001 20:40:06 +0000 Subject: MAL synchronization plugin for J-Pilot --- comms/jpilot-syncmal/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ comms/jpilot-syncmal/files/md5 | 3 +++ comms/jpilot-syncmal/pkg/DESCR | 2 ++ comms/jpilot-syncmal/pkg/PLIST | 2 ++ 4 files changed, 47 insertions(+) create mode 100644 comms/jpilot-syncmal/Makefile create mode 100644 comms/jpilot-syncmal/files/md5 create mode 100644 comms/jpilot-syncmal/pkg/DESCR create mode 100644 comms/jpilot-syncmal/pkg/PLIST (limited to 'comms') diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile new file mode 100644 index 00000000000..fd3359ae5ea --- /dev/null +++ b/comms/jpilot-syncmal/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/01 20:40:06 jlam Exp $ + +DISTNAME= jpilot-syncmal_0.60 +PKGNAME= jpilot-syncmal-0.60 +CATEGORIES= comms +MASTER_SITES= http://people.atl.mediaone.net/jasonday/code/syncmal/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://people.atl.mediaone.net/jasonday/code/syncmal/syncmal.html +COMMENT= MAL synchronization plugin for J-Pilot + +BUILD_DEPENDS+= ${MALSRC}/client/unix/MAL31UserConfig.c:${MALDIR}:patch +DEPENDS+= jpilot>=0.99:../../comms/jpilot + +MALDIR= ${PKGSRCDIR}/comms/malsync +MALSRC= ${MALDIR}/${WRKDIR:T}/malsync + +GNU_CONFIGURE= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins +PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///} + +EVAL_PREFIX+= GTKDIR=gtk+ +EVAL_PREFIX+= JPILOTDIR=jpilot +EVAL_PREFIX+= PILOTLINKDIR=pilot-link +CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" +CONFIGURE_ARGS+= --with-mal-source="${MALSRC}" +CONFIGURE_ARGS+= --with-plugin-prefix="${JPILOTDIR}/include/jpilot" +CONFIGURE_ARGS+= --with-pilot-prefix="${PILOTLINKDIR}" + +do-install: + ${INSTALL_DATA} ${WRKSRC}/.libs/libsyncmal.so ${PLUGINSDIR} + +pre-clean: + @cd ${MALDIR} && ${MAKE} clean + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/jpilot-syncmal/files/md5 b/comms/jpilot-syncmal/files/md5 new file mode 100644 index 00000000000..62c38c7f3cd --- /dev/null +++ b/comms/jpilot-syncmal/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/01 20:40:06 jlam Exp $ + +MD5 (jpilot-syncmal_0.60.tar.gz) = 93f550ec5835b17d6eb49063e5e6ff6f diff --git a/comms/jpilot-syncmal/pkg/DESCR b/comms/jpilot-syncmal/pkg/DESCR new file mode 100644 index 00000000000..3bfd8b33e43 --- /dev/null +++ b/comms/jpilot-syncmal/pkg/DESCR @@ -0,0 +1,2 @@ +SyncMAL is an interface to the command-line tool malsync, a program that +synchronizes a PDA with a MAL server such as AvantGo. diff --git a/comms/jpilot-syncmal/pkg/PLIST b/comms/jpilot-syncmal/pkg/PLIST new file mode 100644 index 00000000000..5c2b13230e9 --- /dev/null +++ b/comms/jpilot-syncmal/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/01 20:40:06 jlam Exp $ +${PLUGINSDIR}/libsyncmal.so -- cgit v1.2.3