blob: 020c043a6439e7ad0c289710a49b18745b4518ad (
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.3 1997/11/09 22:12:40 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
#
DISTNAME= ircii-2.9-roof
PKGNAME= ircII-2.9roof
WRKSRC= ${WRKDIR}/ircii-2.9
CATEGORIES= net
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT]
MAN1= ircII.1 ircbug.1
.include <bsd.port.mk>
|