freebsd-ports/irc/icbirc/Makefile
Christian Weisgerber 0c26df2d25 Import icbirc 1.6.
icbirc is a proxy that allows to connect an IRC client to an ICB server.

PR:		62506
Submitted by:	hrs
2004-02-14 22:19:22 +00:00

23 lines
409 B
Makefile

# New ports collection makefile for: icbirc
# Date created: 8 Feb 2004
# Whom: hrs
#
# $FreeBSD$
PORTNAME= icbirc
PORTVERSION= 1.6
CATEGORIES= irc
MASTER_SITES= http://www.benzedrine.cx/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Proxy IRC client and ICB server
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
MAN8= icbirc.8
MANCOMPRESSED= maybe
PLIST_FILES= bin/icbirc
.include <bsd.port.mk>