summaryrefslogtreecommitdiff
path: root/chat/irssi/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-09-16 16:14:09 +0000
committerhubertf <hubertf>2001-09-16 16:14:09 +0000
commit6124f853efa1e5bd43800603c8870e843ba6bf36 (patch)
treeb5a294bbeacc7c42f4cca49af6842977de96cfe7 /chat/irssi/Makefile
parentfbd82bf6fcd8af89d39f0527eaea3c23c5b1bf5e (diff)
downloadpkgsrc-6124f853efa1e5bd43800603c8870e843ba6bf36.tar.gz
irssi 0.7.98.4 package: yet another IRC client
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.
Diffstat (limited to 'chat/irssi/Makefile')
-rw-r--r--chat/irssi/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
new file mode 100644
index 00000000000..da00b014fa6
--- /dev/null
+++ b/chat/irssi/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 16:14:09 hubertf Exp $
+
+DISTNAME= irssi-0.7.98.4
+CATEGORIES= chat
+MASTER_SITES= http://www.irssi.org/files/
+
+MAINTAINER= mutru@nallukka.net
+HOMEPAGE= http://www.irssi.org/
+COMMENT= Secure and modular IRC client with text mode user interface
+
+DEPENDS+= glib>=1.2:../../devel/glib
+DEPENDS+= ncurses>=5.0:../../devel/ncurses
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --enable-perl=no
+
+.include "../../mk/bsd.pkg.mk"
+
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+CONFIGURE_ARGS+= --enable-ipv6
+.endif