summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-27 14:43:06 +0000
committerjlam <jlam@pkgsrc.org>2001-06-27 14:43:06 +0000
commit211630d94187e3de3771467d01771deea60ca293 (patch)
tree31cee39e4f33cb69ba74133f087349816e905321 /comms
parentc4ff8e9f6919b99906537fe7839491b26d6465fb (diff)
downloadpkgsrc-211630d94187e3de3771467d01771deea60ca293.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms')
-rw-r--r--comms/jpilot-expense/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile
index c495ccc8731..1f3efb2bdcf 100644
--- a/comms/jpilot-expense/Makefile
+++ b/comms/jpilot-expense/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/01 20:39:31 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/27 14:43:06 jlam Exp $
DISTNAME= jpilot-0.99
PKGNAME= jpilot-expense-0.99
@@ -12,14 +12,15 @@ COMMENT= Expense synchronization plugin for J-Pilot
DEPENDS+= jpilot>=0.99:../../comms/jpilot
+USE_BUILDLINK_ONLY= # defined
+USE_CONFIG_WRAPPER= # defined
+
USE_X11= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
-EVAL_PREFIX+= GTKDIR=gtk+
-EVAL_PREFIX+= PILOTLINKDIR=pilot-link
-CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}"
-CONFIGURE_ARGS+= --with-pilot-prefix="${PILOTLINKDIR}"
+CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_DIR}"
+CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_DIR}"
PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///}
@@ -28,4 +29,6 @@ post-extract:
${RM} -f ${WRKSRC}/../libtool
${LN} -sf ${LIBTOOL} ${WRKSRC}/../libtool
+.include "../../comms/jpilot/buildlink.mk"
+.include "../../comms/pilot-link/buildlink.mk"
.include "../../mk/bsd.pkg.mk"