1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/www/lynx-current/Makefile
Andrey A. Chernov b3dea148df Upgrade to ac110
1998-01-22 22:35:50 +00:00

25 lines
634 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.77 1998/01/17 06:11:11 ache Exp $
#
DISTNAME= lynx2.7.1ac-0.110
PKGNAME= lynx-2.7.1ac-0.110
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>