freebsd-ports/irc/irc2dc/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

21 lines
353 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
USES= tar:bzip2
HAS_CONFIGURE= yes
USE_RC_SUBR= irc2dc
PLIST_FILES= bin/irc2dc \
etc/irc2dc.conf.dist
.include <bsd.port.mk>