2003-04-25 22:42:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/04/25 20:42:13 jmmv 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/
|
|
|
|
|
|
|
|
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"
|