summaryrefslogtreecommitdiff
path: root/irc/kvirc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/kvirc/Makefile')
-rw-r--r--irc/kvirc/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
new file mode 100644
index 000000000000..aadb2a7be668
--- /dev/null
+++ b/irc/kvirc/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: kvirc
+# Version required: 0.9.0
+# Date created: Mon Feb 15 02:53:29 CET 1999
+# Whom: Anders Nordby <anders@fix.no>
+#
+# $Id$
+#
+
+DISTNAME= kvirc-0.9.0
+CATEGORIES= net kde
+MASTER_SITES= $(MASTER_SITE_KDE)
+MASTER_SITE_SUBDIR= stable/1.1/apps/network
+
+MAINTAINER= anders@fix.no
+
+LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
+ kdeui.2:${PORTSDIR}/x11/kdelibs11 \
+ khtmlw.2:${PORTSDIR}/x11/kdelibs11
+
+USE_QT= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+KDEDIR= ${PREFIX}
+
+CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \
+ --datadir=$(PREFIX)/share/kde --includedir=$(PREFIX)/include \
+ --libdir=$(PREFIX)/lib
+
+.include <bsd.port.mk>