summaryrefslogtreecommitdiff
path: root/irc/konversation-kde4/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-05-16 11:23:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-05-16 11:23:12 +0000
commitf49f91d999f6aca7098ddc13da31e1e0455b41a1 (patch)
treeb4b84772e23dc563f50c407502a497ec48af1342 /irc/konversation-kde4/Makefile
parentNew port: phoon (diff)
New port: konversation
A user friendly IRC client for KDE. PR: 52313 Submitted by: Kirill Ponomarew
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r--irc/konversation-kde4/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
new file mode 100644
index 000000000000..b92d8f02ac5d
--- /dev/null
+++ b/irc/konversation-kde4/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: konversation
+# Date created: 15 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= konversation
+PORTVERSION= 0.11
+CATEGORIES= irc kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= A user friendly IRC client for KDE
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>