2010-12-14 18:13:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2010/12/14 17:13:07 noud4 Exp $
|
2005-01-05 11:24:43 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= multisync-syncml-0.82
|
2010-12-14 18:13:07 +01:00
|
|
|
PKGREVISION= 4
|
2005-01-05 11:24:43 +01:00
|
|
|
|
|
|
|
COMMENT= SyncML module for Multisync
|
|
|
|
|
2010-12-14 18:13:07 +01:00
|
|
|
CONFLICTS= multisync-syncml-moto-[0-9]*
|
|
|
|
|
2005-01-05 11:24:43 +01:00
|
|
|
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
|
2008-05-24 17:34:08 +02:00
|
|
|
USE_TOOLS+= aclocal autoconf autoheader automake
|
2005-01-05 17:51:15 +01:00
|
|
|
|
2005-01-05 11:24:43 +01:00
|
|
|
pre-configure:
|
2007-12-31 15:38:51 +01:00
|
|
|
cd ${WRKSRC}/../.. && \
|
|
|
|
aclocal && \
|
|
|
|
autoheader && \
|
|
|
|
autoconf && \
|
|
|
|
automake -acf
|
2005-01-05 11:24:43 +01:00
|
|
|
cd ${WRKSRC} && \
|
2007-12-31 15:38:51 +01:00
|
|
|
aclocal && \
|
2005-01-05 11:24:43 +01:00
|
|
|
${PREFIX}/bin/libtoolize --force --copy && \
|
2007-12-31 15:38:51 +01:00
|
|
|
autoheader && \
|
|
|
|
autoconf && \
|
|
|
|
automake -acf
|
|
|
|
cd ${WRKSRC}/../.. && \
|
2005-01-05 11:24:43 +01:00
|
|
|
./configure ${CONFIGURE_ENV} ${CONFIGURE_ARGS}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${MAKE} install
|
|
|
|
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2005-01-05 23:51:33 +01:00
|
|
|
.include "../../wip/libwbxml2-patched/buildlink3.mk"
|
2005-01-05 11:24:43 +01:00
|
|
|
.include "../../wip/multisync/Makefile.common"
|