aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-current/Makefile
blob: 3b760785a84deb7ad5604e5690c5ed54163e948d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.40 1997/07/15 20:46:21 ache Exp $
#

DISTNAME=       lynx2-7-1
PKGNAME=        lynx+fotemods-2.7.1
CATEGORIES= www
MASTER_SITES=   http://www.slcc.edu/lynx/fote/ \
        http://www.slcc.edu/lynx/fote/patches/
DISTFILES=      lynx2-7-1.zip fotemods.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>