summaryrefslogtreecommitdiff
path: root/comms/jpilot-syncmal/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-03-02 00:04:26 +0000
committerjlam <jlam>2001-03-02 00:04:26 +0000
commit56775da5e28acd89aac5109ad3e04a83b755a3cd (patch)
treedb52c26e6ed54b124f066a971135062d82d8f77d /comms/jpilot-syncmal/Makefile
parent49a4e9bb2296a92e912154f6de2f6b6270a425a0 (diff)
downloadpkgsrc-56775da5e28acd89aac5109ad3e04a83b755a3cd.tar.gz
Include malsync_2.0.5.src.tar.gz in DISTFILES and refer to the local
source extraction instead of reaching across the pkgsrc tree to comms/malsync. Add a source patch from comms/malsync. Fixes 2nd half of pkg/12308.
Diffstat (limited to 'comms/jpilot-syncmal/Makefile')
-rw-r--r--comms/jpilot-syncmal/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile
index ce4a538cfc7..bf770f8307f 100644
--- a/comms/jpilot-syncmal/Makefile
+++ b/comms/jpilot-syncmal/Makefile
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2001/03/01 20:57:59 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/02 00:04:26 jlam Exp $
DISTNAME= jpilot-syncmal_0.60
PKGNAME= jpilot-syncmal-0.60
CATEGORIES= comms
MASTER_SITES= http://people.atl.mediaone.net/jasonday/code/syncmal/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES+= malsync_2.0.5.src${EXTRACT_SUFX}
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_X11= # defined
USE_GMAKE= # defined
@@ -28,14 +26,11 @@ 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-mal-source="${WRKSRC}/../malsync"
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"