Initial import of lynx with an OpenBSDified patch-aa

This commit is contained in:
gene 1997-11-18 02:25:41 +00:00
parent eaa5d39aa8
commit 51885ce24e
6 changed files with 51 additions and 0 deletions

24
www/lynx/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
www/lynx/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (lynx2.7.1ac-0.78.tar.gz) = 85645bae3eadefd6e014757736a246ee

19
www/lynx/patches/patch-aa Normal file
View File

@ -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.

1
www/lynx/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
An alphanumeric display oriented World-Wide Web Client.

3
www/lynx/pkg/DESCR Normal file
View File

@ -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.

3
www/lynx/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
bin/lynx
etc/lynx.cfg
man/man1/lynx.1.gz