summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:42:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:42:12 +0000
commit5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch)
treea1af5f735773338776c8d3edd5fc818f4890fb96 /irc
parentUpdate of communication programs' Makefiles! (diff)
Update of net Makefiles! Am I done? :)
Notes
Notes: svn path=/head/; revision=1363
Diffstat (limited to 'irc')
-rw-r--r--irc/irc/Makefile7
-rw-r--r--irc/ircII/Makefile11
-rw-r--r--irc/zircon/Makefile6
3 files changed, 14 insertions, 10 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index b52894b86add..ded6f43c6e67 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -1,14 +1,15 @@
# New ports collection makefile for: Irc Server
-# Version required: 2.8.20
+# Version required: 2.8.21
# Date created: 23 August 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.3 1995/02/11 01:44:28 torstenb Exp $
+# $Id: Makefile,v 1.4 1995/04/01 12:48:05 jkh Exp $
#
DISTNAME= irc2.8.21
-MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
+PKGNAME= irc-2.8.21
CATEGORIES+= networking
+MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
pre-install:
mkdir -p ${PREFIX}/bin
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index 37672fb15c8d..85353e60d27b 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -1,16 +1,17 @@
# New ports collection makefile for: IrcII Client
-# Version required: 2.6
+# Version required: 2.8
# Date created: 18 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1995/02/11 15:22:02 torstenb Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:48:07 jkh Exp $
#
DISTNAME= ircii-2.8
-DISTFILES= ircii-2.8.tar.gz ircii-2.8help.tar.gz
-GNU_CONFIGURE= YES
-MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
CATEGORIES+= networking
+MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
+DISTFILES= ircii-2.8.tar.gz ircii-2.8help.tar.gz
+
+GNU_CONFIGURE= yes
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index ad6b04acd6e5..b82f4dffb9d8 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -3,12 +3,14 @@
# Date created: 11 Feb 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1995/02/12 08:57:13 jkh Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:49:05 jkh Exp $
#
DISTNAME= zircon-1.15p10
-MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/
+PKGNAME= zircon-1.15.10
CATEGORIES+= networking
+MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/
+
EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP
.include <bsd.port.mk>