9eab9b2baf
Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you with a list of features, but since it has no impressive features (and lacks a few important ones) that probably is not a good idea. The whole reason for Xaric was to remove all of the bogus, broken crap and silly features from BitchX and have a nice colorful client. Submitted in PR pkg/19451 by Juan RP.
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $
|
|
#
|
|
|
|
DISTNAME= xaric-0.12.0
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
HOMEPAGE= http://www.xaric.org/
|
|
COMMENT= UNIX irc client similer to BitchX or ircII
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-optimize
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|