* ncommand.c - fix /names * to replace * with current channel. * fix dcc - its not perfect, but it works (let me know if there are * /topic * now does the expected thing. same for /untopic * * fix "/names" to work when not in a channel
18 lines
423 B
Makefile
18 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.21 2013/07/21 11:29:55 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= xaric-0.13.6
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://xaric.org/software/xaric/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xaric.org/
|
|
COMMENT= IRC client similar to BitchX and ircII
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
CONFIGURE_ARGS+= --enable-optimize
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|