pkgsrc-wip/multisync-syncml/Makefile

37 lines
889 B
Makefile
Raw Normal View History

# $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
2005-01-05 17:51:15 +01:00
BUILD_DEPENDS+= libtool-base>=1.5.10:../../devel/libtool-base
USE_TOOLS+= aclocal autoconf autoheader automake
2005-01-05 17:51:15 +01:00
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"