mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# Created by: Maxim Ignatenko
|
|
|
|
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>
|