Fix build.

This commit is contained in:
Dieter Baron 2008-01-02 11:51:31 +00:00 committed by Thomas Klausner
parent d890a5e8a7
commit 7d4b8f1498

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2007/09/21 13:06:54 thomasklausner Exp $
# $NetBSD: Makefile,v 1.5 2008/01/02 11:51:31 dillo Exp $
#
PKGNAME= multisync-backup-0.82
@ -9,22 +9,22 @@ COMMENT= Module for Multisync to backup your PIM data
WRKSRC= ${WRKDIR}/multisync-0.82/plugins/backup_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 work/multisync-${PKGVERSION} && \
${ACLOCAL} && \
${AUTOHEADER} && \
${AUTOCONF} && \
${AUTOMAKE} -acf
cd ${WRKSRC}/../.. && \
aclocal && \
autoheader && \
autoconf && \
automake -acf
cd ${WRKSRC} && \
${ACLOCAL} && \
aclocal && \
${PREFIX}/bin/libtoolize --force --copy && \
${AUTOHEADER} && \
${AUTOCONF} && \
${AUTOMAKE} -acf
cd work/multisync-${PKGVERSION} && \
autoheader && \
autoconf && \
automake -acf
cd ${WRKSRC}/../.. && \
./configure ${CONFIGURE_ENV} ${CONFIGURE_ARGS}
do-install: