aboutsummaryrefslogtreecommitdiffstats
path: root/irc/irc2dc/Makefile
blob: e8c63df412fa1d9f643d843397aac4e285cff5b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>