aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx/Makefile
blob: 5ba4aa34f5ea6af6e482291f57069ab7bf9840e9 (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
# New ports collection makefile for:    lynx
# See http://www.wfbr.edu/dir/lynx/ for additional info
# Version required:     2.6
# Date created:         15 Dec 1994
# Whom:                 ache
#
# $Id: Makefile,v 1.22 1996/05/18 23:05:04 ache Exp $
#

DISTNAME=       lynx2-6
PKGNAME=        lynx-2.6
CATEGORIES+=    www
MASTER_SITES=   http://www.wfbr.edu/lynx/ \
        ftp://ftp.more.net/pub/mirrors/lynx/
EXTRACT_SUFX=   .zip

MAINTAINER= ache@FreeBSD.ORG

BUILD_DEPENDS=  unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD=    unzip
EXTRACT_ARGS=   -q

ALL_TARGET=     freebsd-ncurses

.include <bsd.port.mk>