aboutsummaryrefslogtreecommitdiff
path: root/www/lynx/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-12-02 00:24:34 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-12-02 00:24:34 +0000
commitdaade60777b6b2c843db97a6ecd5ae37de78171d (patch)
tree264c9195fd0ec8f97d35adc9466333f03d23b7ef /www/lynx/Makefile
parente33da5f5f8eebfa96030665d5574fa65b3f39595 (diff)
Notes
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r--www/lynx/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 5714e421f1de..c1ac4d10b350 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,23 +1,24 @@
# New ports collection makefile for: lynx
-# http://sol.slcc.edu/lynx/current/
-# Version required: 2.7.1ac
+# Version required: 2.7.1
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp $
+# $Id: Makefile,v 1.72 1997/11/29 16:27:39 ache Exp $
#
-DISTNAME= lynx2.7.1ac-0.97
-PKGNAME= lynx-2.7.1ac-0.97
+DISTNAME= lynx2-7-1
+PKGNAME= lynx-2.7.1
CATEGORIES= www
-MASTER_SITES= http://sol.slcc.edu/lynx/current/
+MASTER_SITES= http://sol.slcc.edu/lynx/fote/
+EXTRACT_SUFX= .zip
-MAINTAINER= ache@FreeBSD.ORG
+MAINTAINER= jseger@FreeBSD.ORG
+
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-WRKSRC= ${WRKDIR}/lynx2-7-1
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
-MAKEFILE= makefile
MAN1= lynx.1
+EXTRACT_CMD= unzip
+EXTRACT_BEFORE_ARGS= -qq
+ALL_TARGET= freebsd-ncurses
.include <bsd.port.mk>