diff options
author | grant <grant@pkgsrc.org> | 2002-12-19 12:16:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-19 12:16:14 +0000 |
commit | 9eab9b2baf4f1f3189a1253923d0552290a6a218 (patch) | |
tree | 30d2ae73b577bb9ad82288ed4fd12fd00171ee4b /chat/xaric/Makefile | |
parent | 0c2ce61e1a60b5d1928f356238a4d89e5968892c (diff) | |
download | pkgsrc-9eab9b2baf4f1f3189a1253923d0552290a6a218.tar.gz |
Initial import of xaric 0.12.0 into the NetBSD packages collection.
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.
Diffstat (limited to 'chat/xaric/Makefile')
-rw-r--r-- | chat/xaric/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile new file mode 100644 index 00000000000..b92c2abe829 --- /dev/null +++ b/chat/xaric/Makefile @@ -0,0 +1,19 @@ +# $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" |