aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-current/Makefile
blob: 6b7ed23030482102534ea42e17306d0c1c482f82 (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
# New ports collection makefile for:    lynx
# http://sol.slcc.edu/lynx/current/
# Version required:     2.7.1ac
# Date created:         15 Dec 1994
# Whom:                 ache
#
# $Id: Makefile,v 1.80 1998/02/10 20:33:18 ache Exp $
#

DISTNAME=       lynx2.7.1ac-0.114
PKGNAME=        lynx-2.7.1ac-0.114
CATEGORIES= www
MASTER_SITES=   http://sol.slcc.edu/lynx/current/

MAINTAINER= ache@FreeBSD.ORG

WRKSRC=         ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE=  YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
MAKEFILE=       makefile
INSTALL_TARGET= install install-help
MAN1=       lynx.1

.include <bsd.port.mk>