Initial import of lynx with an OpenBSDified patch-aa
This commit is contained in:
parent
eaa5d39aa8
commit
51885ce24e
24
www/lynx/Makefile
Normal file
24
www/lynx/Makefile
Normal 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
1
www/lynx/files/md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (lynx2.7.1ac-0.78.tar.gz) = 85645bae3eadefd6e014757736a246ee
|
19
www/lynx/patches/patch-aa
Normal file
19
www/lynx/patches/patch-aa
Normal 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
1
www/lynx/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
An alphanumeric display oriented World-Wide Web Client.
|
3
www/lynx/pkg/DESCR
Normal file
3
www/lynx/pkg/DESCR
Normal 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
3
www/lynx/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bin/lynx
|
||||||
|
etc/lynx.cfg
|
||||||
|
man/man1/lynx.1.gz
|
Loading…
Reference in New Issue
Block a user