mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
47eac8819c
redirect to www.slcc.edu/lynx/fote/ (the other MASTER_SITE).
27 lines
605 B
Makefile
27 lines
605 B
Makefile
# New ports collection makefile for: lynx
|
|
# http://www.crl.com/~subir/lynx.html
|
|
# http://www.wfbr.edu/dir/lynx/
|
|
# Version required: 2.7.1
|
|
# Date created: 15 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.38 1997/04/04 01:55:39 ache Exp $
|
|
#
|
|
|
|
DISTNAME= lynx2-7-1
|
|
PKGNAME= lynx-2.7.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.slcc.edu/lynx/fote/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
EXTRACT_CMD= unzip
|
|
EXTRACT_ARGS= -q -u -o
|
|
ALL_TARGET= freebsd-ncurses
|
|
MAN1= lynx.1
|
|
|
|
.include <bsd.port.mk>
|