summaryrefslogtreecommitdiff
path: root/comms/jpilot
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-22 05:59:58 +0000
committerjlam <jlam>2001-06-22 05:59:58 +0000
commit51c33735508ba1f1907dc34552f9bf47ecdae32d (patch)
tree1115d41d35708ba5e74521edfcb8d5302f19f4a4 /comms/jpilot
parent7cf985e9f8c449dd8196246f88532008674431f3 (diff)
downloadpkgsrc-51c33735508ba1f1907dc34552f9bf47ecdae32d.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms/jpilot')
-rw-r--r--comms/jpilot/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 11f3a60102c..2da1ca91cae 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:11 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2001/06/22 05:59:58 jlam Exp $
#
DISTNAME= jpilot-0.99
@@ -10,22 +10,21 @@ HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_USES_MSGFMT= yes
-DEPENDS+= gtk+>=1.2.0:../../x11/gtk
-DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link
+BUILD_USES_MSGFMT= # defined
CONFLICTS+= jpilot-libplugin-*
+USE_BUILDLINK_ONLY= # defined
+USE_CONFIG_WRAPPER= # defined
+
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
USE_X11= # defined
-USE_LIBINTL= # 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="${PILOTLINKDIR}"
+CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_DIR}"
+CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_DIR}"
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
INCDIR= ${PREFIX}/include/jpilot
@@ -37,7 +36,7 @@ post-extract:
${RM} -f ${WRKSRC}/po/Makefile.in
pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force
post-install:
${INSTALL_DATA_DIR} ${INCDIR} ${HTMLDIR} ${PLUGINSDIR}
@@ -46,4 +45,7 @@ post-install:
cd ${WRKSRC}/docs; ${INSTALL_MAN} *.1 ${MAN1DIR}
${TOUCH} ${PLUGINSDIR}/.directory
+.include "../../comms/pilot-link/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"