# $NetBSD: Makefile,v 1.2 2006/06/11 14:27:55 joerg Exp $ # DISTNAME= konversation-0.19 CATEGORIES= chat MASTER_SITES= http://download.berlios.de/konversation/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://konversation.kde.org/ COMMENT= KDE IRC Client GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gmake perl msgfmt USE_LANGUAGES+= c++ USE_PKGLOCALEDIR= YES CONFIGURE_ENV+= kde_htmldir=${PREFIX}/share/doc/kde/HTML REPLACE_PERL+= konversation/src/konversation-0.14-mainwindow.pl \ konversation/src/konversation-0.19-colorcodes.pl \ konversation/src/konversation-0.19-colors.pl \ konversation/src/konversation-0.19-tabplacement.pl \ konversation/src/konversation-0.19-notifylists.pl \ konversation/src/konversation-0.19-sortorder.pl \ konversation/src/konversation-0.19-custombrowser.pl \ konversation/src/konversation-0.19-appearance.pl .include "../../graphics/jpeg/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none" CONFIGURE_ARGS+= --disable-threading .endif CONFIGURE_ARGS+= --with-extra-includes=${BUILDLINK_PREFIX.jpeg}/include CONFIGURE_ARGS+= --datadir=${PREFIX}/share/kde BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=3.4.0 .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk"