1999-12-22 14:42:16 -05:00
|
|
|
# New ports collection makefile for: nethirc
|
|
|
|
# Date created: 15 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-12 02:28:35 -04:00
|
|
|
PORTNAME= nethirc
|
|
|
|
PORTVERSION= 0.04
|
1999-12-22 14:42:16 -05:00
|
|
|
CATEGORIES= irc
|
2000-05-20 01:11:14 -04:00
|
|
|
MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
|
1999-12-22 14:42:16 -05:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2000-06-22 01:52:15 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 13:17:25 -05:00
|
|
|
COMMENT= Perl-based irc client that uses Net::IRC
|
1999-12-22 14:42:16 -05:00
|
|
|
|
2001-01-20 05:07:25 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
2003-10-24 08:05:09 -04:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
|
1999-12-22 14:42:16 -05:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PERL5= yes
|
2000-06-03 04:42:28 -04:00
|
|
|
MAN1= nethirc.1 nhirc.1
|
1999-12-22 14:42:16 -05:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd ${WRKSRC} && ${SH} install.sh ${PREFIX})
|
|
|
|
|
2001-01-20 05:07:25 -05:00
|
|
|
.include <bsd.port.post.mk>
|