18 lines
416 B
Makefile
18 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/10/13 20:56:22 thomasklausner Exp $
|
|
#
|
|
|
|
PKGNAME= multisync-0.82
|
|
COMMENT= Modular program to synchronize PIM data
|
|
|
|
WRKSRC= ${WRKDIR}/multisync-0.82
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && \
|
|
aclocal && \
|
|
autoheader && \
|
|
autoconf && \
|
|
automake -acf
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../wip/multisync/Makefile.common"
|