blob: 452acb97a264e4b2e7037dd8a3e7ddbde6556426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: IrcII Client
# Version required: 2.9
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $NetBSD: Makefile,v 1.5 1997/12/09 00:06:38 mrg Exp $
# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
#
DISTNAME= ircii-4.4
PKGNAME= ircII-4.4
WRKSRC= ${WRKDIR}/ircii-4.4
CATEGORIES= net
MASTER_SITES= ftp://ircii.warped.com/pub/ircII/
MAINTAINER= mrg@eterna.com.au
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT]
MAN= ircII.1 ircbug.1
.include <bsd.port.mk>
|