diff --git a/www/lynx/Makefile b/www/lynx/Makefile new file mode 100644 index 00000000000..811a3867819 --- /dev/null +++ b/www/lynx/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: lynx +# http://sol.slcc.edu/lynx/current/ +# Version required: 2.7.1ac +# Date created: 17 November 1997 +# Whom: gene +# +# $OpenBSD: Makefile,v 1.1.1.1 1997/11/18 02:25:41 gene Exp $ +# Id: Makefile,v 1.67 1997/10/10 14:47:21 ache Exp $ +# + +DISTNAME= lynx2.7.1ac-0.78 +PKGNAME= lynx-2.7.1ac-0.78 +CATEGORIES= www +MASTER_SITES= http://sol.slcc.edu/lynx/current/ + +MAINTAINER= gene@OpenBSD.ORG + +WRKSRC= ${WRKDIR}/lynx2-7-1 +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" +MAKEFILE= makefile +MAN1= lynx.1 + +.include diff --git a/www/lynx/files/md5 b/www/lynx/files/md5 new file mode 100644 index 00000000000..e2905bff3c3 --- /dev/null +++ b/www/lynx/files/md5 @@ -0,0 +1 @@ +MD5 (lynx2.7.1ac-0.78.tar.gz) = 85645bae3eadefd6e014757736a246ee diff --git a/www/lynx/patches/patch-aa b/www/lynx/patches/patch-aa new file mode 100644 index 00000000000..249426fe0fe --- /dev/null +++ b/www/lynx/patches/patch-aa @@ -0,0 +1,19 @@ +*** configure.orig Sat Sep 27 15:04:16 1997 +--- configure Sat Sep 27 15:04:23 1997 +*************** +*** 2511,2517 **** + CFLAGS="$CFLAGS -DNEXT -DXMOSAIC_HACK" + ;; + openbsd*) +! LIBS="$LIBS -lcompat" + ;; + osf*) + # Increase the maximum size of functions that will be optimized. +--- 2511,2517 ---- + CFLAGS="$CFLAGS -DNEXT -DXMOSAIC_HACK" + ;; + openbsd*) +! LIBS="$LIBS -lcompat -lcurses -ltermlib" + ;; + osf*) + # Increase the maximum size of functions that will be optimized. diff --git a/www/lynx/pkg/COMMENT b/www/lynx/pkg/COMMENT new file mode 100644 index 00000000000..9d50352cfa2 --- /dev/null +++ b/www/lynx/pkg/COMMENT @@ -0,0 +1 @@ +An alphanumeric display oriented World-Wide Web Client. diff --git a/www/lynx/pkg/DESCR b/www/lynx/pkg/DESCR new file mode 100644 index 00000000000..5d46780f5af --- /dev/null +++ b/www/lynx/pkg/DESCR @@ -0,0 +1,3 @@ +lynx is a program which allows a user to access World-Wide Web servers +and other information servers. It uses only ascii representation so +that it can be used from ascii-terminals and dialin-lines. diff --git a/www/lynx/pkg/PLIST b/www/lynx/pkg/PLIST new file mode 100644 index 00000000000..ae7306329c4 --- /dev/null +++ b/www/lynx/pkg/PLIST @@ -0,0 +1,3 @@ +bin/lynx +etc/lynx.cfg +man/man1/lynx.1.gz