diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-17 20:20:37 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-17 20:20:37 +0000 |
commit | cda1665f89ed9f1c57b392439bf632d47264e6c9 (patch) | |
tree | eef573c51389964333196f26542d36d47932dd82 /www/Mosaic | |
parent | 9506f7017e65610d7a5b1480330d7be4f9ee156c (diff) |
Notes
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 5ab45d08000d..e0b7a833e46c 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,11 +3,14 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1995/08/23 13:38:35 jkh Exp $ +# $Id: Makefile,v 1.2 1995/10/03 22:11:56 ache Exp $ # DISTNAME= Mosaic-src-2.6 CATEGORIES= networking + +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ + LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= default |