diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
commit | 3082b65401d86adab3138444cabed9ab721b1e5d (patch) | |
tree | 28191a575627276dda55393a292bc03acf550a9c /irc | |
parent | bb2019ec1aaf0255d4d77b19b77c486b614784ef (diff) | |
download | freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.zst freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.zip |
Update of net Makefiles! Am I done? :)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 7 | ||||
-rw-r--r-- | irc/ircII/Makefile | 11 | ||||
-rw-r--r-- | irc/zircon/Makefile | 6 |
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> |