summaryrefslogtreecommitdiff
path: root/chat/konversation-kde3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/konversation-kde3/Makefile')
-rw-r--r--chat/konversation-kde3/Makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/chat/konversation-kde3/Makefile b/chat/konversation-kde3/Makefile
new file mode 100644
index 00000000000..8badc1fc130
--- /dev/null
+++ b/chat/konversation-kde3/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 22:23:05 markd Exp $
+#
+
+DISTNAME= konversation-1.1
+PKGREVISION= 4
+CATEGORIES= chat kde
+MASTER_SITES= http://download.berlios.de/konversation/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://konversation.kde.org/
+COMMENT= KDE IRC Client
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_TOOLS+= gmake perl msgfmt
+USE_LANGUAGES= c c++
+
+REPLACE_PERL+= konversation/src/konversation-0.19-appearance.pl \
+ konversation/src/konversation-0.19-colorcodes.pl \
+ konversation/src/konversation-0.19-colors.pl \
+ konversation/src/konversation-0.19-custombrowser.pl \
+ konversation/src/konversation-0.19-notifylists.pl \
+ konversation/src/konversation-0.19-sortorder.pl \
+ konversation/src/konversation-0.19-tabplacement.pl \
+ konversation/src/konversation-0.20-customfonts.pl \
+ konversation/src/konversation-0.20-quickbuttons.pl
+REPLACE_BASH+= konversation/scripts/mail
+USE_TOOLS+= bash:run
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
+DEPENDS+= psmisc>=20.1:../../sysutils/psmisc
+.endif
+
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
+.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
+CONFIGURE_ARGS+= --disable-threading
+.endif
+
+.include "../../mk/bsd.pkg.mk"