summaryrefslogtreecommitdiff
path: root/www/lynx-current/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-07-30 19:24:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-07-30 19:24:41 +0000
commitf2d92de0328925c0f33144beee204a822dcdcc40 (patch)
tree9d5d3ef8b50b790a0c261d70afe4854ddd34f1df /www/lynx-current/Makefile
parentdistfile moved (diff)
Switch to lynx-ac
Notes
Notes: svn path=/head/; revision=7439
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r--www/lynx-current/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 8ad471e50941..9588f104ec14 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,27 +1,27 @@
# New ports collection makefile for: lynx
-# http://www.crl.com/~subir/lynx.html
-# http://www.wfbr.edu/dir/lynx/
-# Version required: 2.7.1f
+# http://sol.slcc.edu/lynx/current/
+# Version required: 2.7.1ac
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.41 1997/07/17 07:00:32 asami Exp $
#
-DISTNAME= lynx2-7-1
-PKGNAME= lynx+fotemods-2.7.1f
+DISTNAME= lynx2.7.1ac-0.44
+PKGNAME= lynx-2.7.1ac-0.44
CATEGORIES= www
-MASTER_SITES= http://www.slcc.edu/lynx/fote/patches/ \
- http://www.slcc.edu/lynx/fote/
-DISTFILES= lynx2-7-1.zip fotemods.zip
+MASTER_SITES= http://sol.slcc.edu/lynx/current/
+WRKSRC= ${WRKDIR}/lynx2-7-1
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-screen=ncurses
+MAKE_FLAGS= libdir=${PREFIX}/etc \
+ SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
+ -f
+MAKEFILE= makefile
MAINTAINER= ache@FreeBSD.ORG
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
-EXTRACT_CMD= unzip
-EXTRACT_ARGS= -q -u -o
-ALL_TARGET= freebsd-ncurses
+ALL_TARGET= lynx
MAN1= lynx.1
.include <bsd.port.mk>