openbsd-ports/net/icbirc/Makefile
ray be50109507 Fix corruption that occurs when connecting and reconnecting to
icbirc repeatedly. After a while, icbirc starts reusing the command
buffer from a previous connection, causing all further connections
to incorrectly parse commands.

OK maintainer (dhartmei@)
2009-06-01 07:06:12 +00:00

30 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.10 2009/06/01 07:06:12 ray Exp $
COMMENT= proxy IRC client with ICB server
DISTNAME= icbirc-1.8
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= http://www.benzedrine.cx/
HOMEPAGE= http://www.benzedrine.cx/icbirc.html
MAINTAINER= Daniel Hartmeier <dhartmei@openbsd.org>
WRKDIST= ${WRKDIR}/icbirc
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icbirc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/icbirc.8 ${PREFIX}/man/man8
.include <bsd.port.mk>