1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/lynx-current/Makefile
Andreas Klemm da4b764705 Make fetch didn't work anymore with version 0.51.
So I had to update to new version lynx2.7.1ac-0.54.
I hope Andrey agrees, although I didn't ask him before.
Make package still works ;-)
1997-08-21 10:17:50 +00:00

27 lines
665 B
Makefile

# 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.50 1997/08/16 10:15:56 ache Exp $
#
DISTNAME= lynx2.7.1ac-0.54
PKGNAME= lynx-2.7.1ac-0.54
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
MAKE_FLAGS= libdir=${PREFIX}/etc \
SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
-f
MAKEFILE= makefile
MAN1= lynx.1
.include <bsd.port.mk>