pkgsrc-wip/multisync-syncml/Makefile

39 lines
920 B
Makefile
Raw Normal View History

2010-12-14 18:13:07 +01:00
# $NetBSD: Makefile,v 1.9 2010/12/14 17:13:07 noud4 Exp $
#
PKGNAME= multisync-syncml-0.82
2010-12-14 18:13:07 +01:00
PKGREVISION= 4
COMMENT= SyncML module for Multisync
2010-12-14 18:13:07 +01:00
CONFLICTS= multisync-syncml-moto-[0-9]*
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"