Imported BitchX, yet another ircII-derived client.
PR: 5605 Submitted by: griffin@blackhole.iceworld.org
This commit is contained in:
parent
d5181fd58f
commit
b354619cae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10551
5 changed files with 39 additions and 0 deletions
30
irc/bitchx/Makefile
Normal file
30
irc/bitchx/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: BitchX ircII client
|
||||
# Version required: 74p2
|
||||
# Date created: 26 Jan 1998
|
||||
# Whom: griffin
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ircii-pana-74p2
|
||||
PKGNAME= bitchx-74p2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
|
||||
|
||||
MAINTAINER= griffin@blackhole.iceworld.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/BitchX
|
||||
|
||||
post-patch:
|
||||
${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new
|
||||
${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/BitchX
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/BitchX
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/bitchx/distinfo
Normal file
1
irc/bitchx/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ircii-pana-74p2.tar.gz) = c5d6c7bff4ceac211b0963198a6e1032
|
1
irc/bitchx/pkg-comment
Normal file
1
irc/bitchx/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
BitchX - An alternative ircII color client.
|
3
irc/bitchx/pkg-descr
Normal file
3
irc/bitchx/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
BitchX is an enhanced ircII client. It includes many built-in features
|
||||
normally found only in scripts. Including, full ANSI color, userlists,
|
||||
flood protection, and built CDCC (XDCC) file offering.
|
4
irc/bitchx/pkg-plist
Normal file
4
irc/bitchx/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/BitchX
|
||||
bin/wserv
|
||||
lib/BitchX/BitchX.help
|
||||
@dirrm lib/BitchX
|
Loading…
Reference in a new issue