mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
27 lines
602 B
Makefile
27 lines
602 B
Makefile
# New ports collection makefile for: nethirc
|
|
# Version required: 0.04
|
|
# Date created: 15 Dec 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= nethirc-0.04
|
|
CATEGORIES= irc
|
|
# broken - MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
|
|
MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
MAN1= nethirc.1
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${SH} install.sh ${PREFIX})
|
|
|
|
.include <bsd.port.mk>
|