1994-10-23 01:26:28 +00:00
|
|
|
# New ports collection makefile for: IrcII Client
|
|
|
|
# Date created: 18 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1994-10-23 01:26:28 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= ircii
|
2009-03-11 16:46:11 +00:00
|
|
|
PORTVERSION= 20081115
|
2000-03-19 23:39:37 +00:00
|
|
|
CATEGORIES= irc ipv6
|
2006-11-12 16:27:30 +00:00
|
|
|
MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \
|
|
|
|
ftp://ftp.irc.org/irc/clients/unix/ircII/
|
1995-04-17 00:01:31 +00:00
|
|
|
|
2005-04-21 05:20:30 +00:00
|
|
|
MAINTAINER= sylvioc@gmail.com
|
2004-03-27 20:15:11 +00:00
|
|
|
COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client
|
1995-04-15 05:42:12 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-19 05:55:10 +00:00
|
|
|
CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc
|
2000-03-19 23:39:37 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
1994-10-23 01:26:28 +00:00
|
|
|
|
2002-09-19 02:06:49 +00:00
|
|
|
MAN1= irc.1 ircII.1 ircbug.1
|
1994-10-23 01:26:28 +00:00
|
|
|
|
2001-12-27 23:59:57 +00:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2008-02-21 09:16:10 +00:00
|
|
|
.include <bsd.port.mk>
|