be50109507
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@)
30 lines
612 B
Makefile
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>
|