aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx/Makefile
blob: fe24665674e22df26480897cc7f84cbb0cc87096 (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
# 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.46 1997/08/08 14:33:58 ache Exp $
#

DISTNAME=       lynx2.7.1ac-0.49
PKGNAME=        lynx-2.7.1ac-0.49
CATEGORIES= www
MASTER_SITES=   http://sol.slcc.edu/lynx/current/
WRKSRC=         ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE=  YES
CONFIGURE_ARGS= --with-screen=ncurses
MAKE_FLAGS=     libdir=${PREFIX}/etc \
        SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
        -f
MAKEFILE=       makefile

MAINTAINER= ache@FreeBSD.ORG

MAN1=       lynx.1

.include <bsd.port.mk>