pkgsrc-wip/multisync-syncml/Makefile
Dieter Baron 98aa3c084b Make it build again after PKGREVISION bump. Also, make it find
the auto-tools via the tools framework.
2007-12-31 14:38:51 +00:00

36 lines
889 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/12/31 14:38:51 dillo Exp $
#
PKGNAME= multisync-syncml-0.82
PKGREVISION= 1
COMMENT= SyncML module for Multisync
WRKSRC= ${WRKDIR}/multisync-0.82/plugins/syncml_plugin/
DEPENDS+= multisync>=0.82:../../wip/multisync
BUILD_DEPENDS+= libtool-base>=1.5.10:../../devel/libtool-base
USE_TOOLS+= aclocal autoconf autoheader automake
pre-configure:
cd ${WRKSRC}/../.. && \
aclocal && \
autoheader && \
autoconf && \
automake -acf
cd ${WRKSRC} && \
aclocal && \
${PREFIX}/bin/libtoolize --force --copy && \
autoheader && \
autoconf && \
automake -acf
cd ${WRKSRC}/../.. && \
./configure ${CONFIGURE_ENV} ${CONFIGURE_ARGS}
do-install:
cd ${WRKSRC} && \
${MAKE} install
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../wip/libwbxml2-patched/buildlink3.mk"
.include "../../wip/multisync/Makefile.common"