# $OpenBSD$

COMMENT =	feature rich IRC client derived from ircII
DISTNAME =	bitchx-1.2.1
CATEGORIES =	net 

HOMEPAGE =	http://www.bitchx.org
MAINTAINER =	Chris Petrik <chris@bsdjunk.com>

# BSD
PERMIT_PACKAGE_CDROM =	Yes

WANTLIB += c crypto ncurses ssl m

MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=bitchx/}

CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS = 	--with-ssl --enable-ipv6

PLUGIN_LIST=	abot acro arcfour autocycle blowfish cavlink cdrom encrypt \
		fserv hint nicklist pkga possum qbx qmail wavplay
CONFIGURE_ARGS +=	--with-plugins="${PLUGIN_LIST:C/\$$/,/g}"

NO_TEST =	Yes

.include <bsd.port.mk>
