# $Id: Portfile,v 1.11 2003/09/21 02:05:14 ssen Exp $ PortSystem 1.0 name bitchx version 1.0c19 revision 2 categories irc maintainers sean@fuzzymagic.com description BitchX - An IRC Client based on ircII w/ ANSI color and much much more. long_description BitchX is an IRC (Internet Relay Chat) client by Colten Edwards aka \ panasync@efnet, it is based on it's predecessors ircII and EPIC. \ BitchX was originally started as a script by Trench and HappyCrappy \ for the popular UNIX IRC client ircII. Around Christmas of 1994 the \ script was patched directly into the client by panasync. platforms darwin master_sites ftp://ftp.bitchx.org/pub/BitchX/source/ distname ircii-pana-${portversion} checksums md5 79431ff0880e7317049045981fac8adc worksrcdir BitchX depends_lib lib:libdl:dlcompat configure.args --without-gtk --without-ssl patchfiles patch-dcc-force-port patch-funny.c \ patch-names.c patch-source_server.c \ patch-caf-evilserver patch-Makefile.in \ patch-status.c destroot.args prefix=${destroot}/${prefix} variant darwin { configure.env CFLAGS="-no-cpp-precomp -DBIND_8_COMPAT=1" }