summaryrefslogtreecommitdiff
path: root/www/lynx/Makefile
blob: 42f995a33c3f73aa4421f23f3105be767c973f0f (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
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    lynx
# See http://www.wfbr.edu/dir/lynx/ for additional info
# Version required:     2.5
# Date created:         15 Dec 1994
# Whom:                 ache
#
# $Id: Makefile,v 1.20 1996/03/09 06:00:09 ache Exp $
#

DISTNAME=       lynx2-5
PKGNAME=        lynx-2.5
CATEGORIES+=	www
MASTER_SITES=   ftp://ftp.kiae.su/unix/tcpip/internet/www/
EXTRACT_SUFX=   .zip

# Original location, lynx changes too often there
#MASTER_SITES=   http://www.wfbr.edu/lynx/
#NCFTP=          w3c
#NCFTPFLAGS=     -to multipart/x-zip -timeout 300 -o ${DISTFILES}
#FETCH_DEPENDS=  ${NCFTP}:${PORTSDIR}/www/comline

# FTP mirror of original location. Beware ugly VMS names
#NCFTPFLAGS=     -c
#MASTER_SITES=   ftp://ftp.hhs.dk//fote_mirror/
#NCFTPTAIL=      > ${DISTFILES}

MAINTAINER=	ache@FreeBSD.ORG

BUILD_DEPENDS=  ${EXTRACT_CMD}:${PORTSDIR}/archivers/unzip

WRKSRC=         ${WRKDIR}/lynx2-5
EXTRACT_CMD=    unzip
EXTRACT_ARGS=   -q
ALL_TARGET=     freebsd-ncurses

.include <bsd.port.mk>