35 lines
853 B
Makefile
35 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/01/02 11:51:31 dillo Exp $
|
|
#
|
|
|
|
PKGNAME= multisync-backup-0.82
|
|
PKGREVISION= 1
|
|
|
|
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 ${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/multisync/Makefile.common"
|