pkgsrc-wip/multisync/Makefile
Thomas Klausner d3a515a219 Clean up autotools usage. Add missing pkg-config dependency.
Remove @dirrm for directory that does not get created during install.
2005-10-13 20:56:22 +00:00

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"