summaryrefslogtreecommitdiff
path: root/chat/quirc/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-12-19 12:04:30 +0000
committergrant <grant@pkgsrc.org>2002-12-19 12:04:30 +0000
commit65d9786f7f28138cd9ad556d3e3ed92181ca32e2 (patch)
treeb4de2e5ff8e617ce1e09cd42791920eeac4dcb0d /chat/quirc/Makefile
parent81df68ded597e4d2dfe48f5a256afe302798eb70 (diff)
downloadpkgsrc-65d9786f7f28138cd9ad556d3e3ed92181ca32e2.tar.gz
Initial import of quirc 0.9.82 into the NetBSD packages collection.
QuIRC is a stable and powerful IRC client. It features a clean interface that scales well to many servers and channels. It includes many features that power users will appreciate. It contains advanced scripting facilities powered by Tcl, accompanied by Tk. It has been called by some what XiRCON should have been, and by others, simply great. Submitted in PR pkg/19450 by Juan RP.
Diffstat (limited to 'chat/quirc/Makefile')
-rw-r--r--chat/quirc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile
new file mode 100644
index 00000000000..3a2accbc1f8
--- /dev/null
+++ b/chat/quirc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $
+#
+
+DISTNAME= quirc-0.9.82
+CATEGORIES= chat
+MASTER_SITES= http://quirc.org/
+
+MAINTAINER= jrp@hispabsd.org
+HOMEPAGE= http://quirc.org/
+COMMENT= Stable and powerful graphical IRC client
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_X11= YES
+
+.include "../../x11/tk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"