freebsd-ports/irc/irc2dc/Makefile
Martin Wilke 6c14855e8f irc2dc provides intercomunication between users of DC++ hub and IRC channel
For now it works just like simple bot, that transfers public messages from
one side to other.

WWW: http://sourceforge.net/projects/irc2dc/

PR:		ports/134983
Submitted by:	Maxim Ignatenko
2009-05-29 11:54:49 +00:00

25 lines
441 B
Makefile

# New ports collection makefile for: irc2dc
# Date created: 24 May 2009
# Whom: Maxim Ignatenko
#
# $FreeBSD$
#
PORTNAME= irc2dc
PORTVERSION= 0.1
CATEGORIES= irc net-p2p
MASTER_SITES= SF
MAINTAINER= gelraen.ua@gmail.com
COMMENT= Provides intercomunication between DC++ hub and IRC channel
USE_BZIP2= yes
HAS_CONFIGURE= yes
USE_RC_SUBR= irc2dc
PLIST_FILES= bin/irc2dc \
etc/irc2dc.conf.dist
.include <bsd.port.mk>