1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

The first Makefile for the www category. Initial membership:

Mosaic, apache, ashe, cern_httpd, cern_linemode, chimera, gn,
lynx, netscape, netscape2, tkHTML, tkWWW, weblint, wn, wwwish

This rapidly growing category will no doubt be our flagship, so
let's all make it shine! :)
This commit is contained in:
Satoshi Asami 1995-11-26 21:50:10 +00:00
parent bc90aa5925
commit 839f90e008
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2480

20
www/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $Id: Makefile,v 1.61 1995/11/09 07:41:00 asami Exp $
#
RESTRICTED += Mosaic # requires Motif
SUBDIR += apache
RESTRICTED += ashe # requires Motif
SUBDIR += cern_httpd
SUBDIR += cern_linemode
SUBDIR += chimera
SUBDIR += gn
SUBDIR += lynx
SUBDIR += netscape
SUBDIR += netscape2
SUBDIR += tkHTML
SUBDIR += tkWWW
SUBDIR += weblint
SUBDIR += wn
SUBDIR += wwwish
.include <bsd.port.subdir.mk>