diff options
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile new file mode 100644 index 000000000000..52710437e8d0 --- /dev/null +++ b/www/lynx/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: lynx +# Version required: 2.3 +# Date created: 5 Nov 1994 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:26:28 torstenb Exp $ +# + +DISTNAME= lynx2-3 +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp2.cc.ukans.edu/pub/lynx/ + +.include <bsd.port.mk> |