diff options
author | grant <grant@pkgsrc.org> | 2002-12-19 12:03:23 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-19 12:03:23 +0000 |
commit | a1c5c995d4a7e7c54536795c5d38efd65bf00104 (patch) | |
tree | 587771dc790127596159e40455b3b5c42fb7d347 /chat/ninja/Makefile | |
parent | 41ec49d8a9e1c77b9af1608ea43c3b6304736098 (diff) | |
download | pkgsrc-a1c5c995d4a7e7c54536795c5d38efd65bf00104.tar.gz |
Initial import of ninja 1.5.8.1 into the NetBSD packages collection.
Ninja IRC is yet another ircII-based IRC client. Its many extra features
include enhanced socket handling, additional resolving capabilities, ANSI
and MIRC color support, MIRC-style DCC RESUME, cloak mode, a friend list,
an enemy list, SOCKS v4&5 proxy support, more ircii $func() functions,
auto-rejoin, cycling auto-reconnect, auto-dcc get, improved ban/unban
handling, cached information, NDCC file offering, and much more.
Submitted in PR pkg/19447 by Juan RP.
Diffstat (limited to 'chat/ninja/Makefile')
-rw-r--r-- | chat/ninja/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile new file mode 100644 index 00000000000..62f68dbd740 --- /dev/null +++ b/chat/ninja/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:03:23 grant Exp $ +# + +DISTNAME= ninja-1.5.8.1 +CATEGORIES= irc +MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://ninja.qoop.org/ +COMMENT= Another irc client based on ircII + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES + +.if defined(USE_INET6) && ${USE_INET6} == "YES" +CONFIGURE_ARGS+= --enable-ipv6 +.endif + +.include "../../mk/bsd.pkg.mk" |