7166660e08
dependency bumps.
30 lines
713 B
Makefile
30 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/05/02 11:55:54 wiz Exp $
|
|
|
|
DISTNAME= kdepim-2.2.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc
|
|
COMMENT= Personal Information Management tools for the KDE desktop
|
|
|
|
.include "../../x11/kde2/Makefile.kde2"
|
|
|
|
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
|
|
|
|
USE_BUILDLINK2= YES
|
|
LTCONFIG_OVERRIDE+= ${WRKSRC}/libical/ltconfig
|
|
|
|
BROKEN= Problems with kpilot compilation
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CFLAGS+= -DSunOS
|
|
BUILD_DEPENDS+= bison:../../devel/bison
|
|
YACC= bison -y
|
|
.endif
|
|
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink2.mk"
|
|
.include "../../x11/kde2/buildlink2.mk"
|
|
.include "../../x11/kdebase2/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|