2d8b17ea39
With hat: portmgr
21 lines
352 B
Makefile
21 lines
352 B
Makefile
# Created by: Maxim Ignatenko
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= irc2dc
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= irc net-p2p
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= gelraen.ua@gmail.com
|
|
COMMENT= Provides intercommunication 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>
|