diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/Makefile | 3 | ||||
-rw-r--r-- | www/chimera2/Makefile | 3 | ||||
-rw-r--r-- | www/gn/Makefile | 3 | ||||
-rw-r--r-- | www/lynx-current/Makefile | 3 | ||||
-rw-r--r-- | www/lynx/Makefile | 3 | ||||
-rw-r--r-- | www/w3c-httpd/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 38859ecfa40c..258ede372896 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -3,12 +3,13 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/02/11 13:50:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/03/24 11:10:30 asami Exp $ # DISTNAME= chimera-1.63 USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ +CATEGORIES+= networking MAINTAINER= asami@FreeBSD.ORG .include <bsd.port.mk> diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 38859ecfa40c..258ede372896 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -3,12 +3,13 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/02/11 13:50:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/03/24 11:10:30 asami Exp $ # DISTNAME= chimera-1.63 USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ +CATEGORIES+= networking MAINTAINER= asami@FreeBSD.ORG .include <bsd.port.mk> diff --git a/www/gn/Makefile b/www/gn/Makefile index 7b2cb38e1ed1..9da59f42fc9c 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,11 +3,12 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.4 1994/10/20 12:56:17 adam Exp $ +# $Id: Makefile,v 1.5 1994/11/09 23:08:51 jkh Exp $ # DISTNAME= gn-2.17 MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ +CATEGORIES+= networking INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody /usr/local/etc/gn gn' DEPENDS= ${PORTSDIR}/net/wais diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index a21dc78c9588..321ee13fc951 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -3,12 +3,13 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/01/13 13:14:51 jkh Exp $ +# $Id: Makefile,v 1.7 1995/02/11 14:38:45 ache Exp $ # DISTNAME= lynx2-3-7 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +CATEGORIES+= networking ALL_TARGET= freebsd # Do not put USE_GMAKE here EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake diff --git a/www/lynx/Makefile b/www/lynx/Makefile index a21dc78c9588..321ee13fc951 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -3,12 +3,13 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/01/13 13:14:51 jkh Exp $ +# $Id: Makefile,v 1.7 1995/02/11 14:38:45 ache Exp $ # DISTNAME= lynx2-3-7 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +CATEGORIES+= networking ALL_TARGET= freebsd # Do not put USE_GMAKE here EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index eb983b7207a1..022a7b98ccde 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,12 +3,13 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/10/29 20:28:00 pst Exp $ # DISTNAME= WWW DISTFILES= WWWDaemon_3.0.tar.Z WWWLibrary_2.17.tar.Z MASTER_SITES= ftp://www0.cern.ch/pub/www/src/ +CATEGORIES+= networking WWW_ROOT= ${PREFIX}/www |