2005-04-11 23:44:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:05 tv Exp $
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ninja-1.5.8.1
|
2003-04-25 22:42:13 +02:00
|
|
|
CATEGORIES= chat
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/
|
|
|
|
|
2004-05-07 03:14:46 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
HOMEPAGE= http://ninja.qoop.org/
|
2003-08-12 15:38:54 +02:00
|
|
|
COMMENT= Another IRC client based on ircII
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-01-22 08:49:20 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
|
2004-06-08 14:23:59 +02:00
|
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
|
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.
2002-12-19 13:03:23 +01:00
|
|
|
.if defined(USE_INET6) && ${USE_INET6} == "YES"
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|