diff options
author | hubertf <hubertf> | 2001-09-16 16:14:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-16 16:14:09 +0000 |
commit | 6124f853efa1e5bd43800603c8870e843ba6bf36 (patch) | |
tree | b5a294bbeacc7c42f4cca49af6842977de96cfe7 /chat/irssi/Makefile | |
parent | fbd82bf6fcd8af89d39f0527eaea3c23c5b1bf5e (diff) | |
download | pkgsrc-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/Makefile | 22 |
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 |