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

24 lines
595 B
Makefile
Raw Normal View History

1994-11-06 10:19:31 +00:00
# New ports collection makefile for: lynx
1997-07-30 19:24:41 +00:00
# http://sol.slcc.edu/lynx/current/
# Version required: 2.7.1ac
1994-12-17 01:34:33 +00:00
# Date created: 15 Dec 1994
1994-11-06 10:19:31 +00:00
# Whom: ache
#
1997-09-15 20:29:02 +00:00
# $Id: Makefile,v 1.61 1997/09/12 19:36:15 ache Exp $
1994-11-06 10:19:31 +00:00
#
1997-09-15 20:29:02 +00:00
DISTNAME= lynx2.7.1ac-0.66
PKGNAME= lynx-2.7.1ac-0.66
CATEGORIES= www
1997-07-30 19:24:41 +00:00
MASTER_SITES= http://sol.slcc.edu/lynx/current/
1997-08-13 06:40:44 +00:00
MAINTAINER= ache@FreeBSD.ORG
1997-07-30 19:24:41 +00:00
WRKSRC= ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE= YES
1997-09-11 01:33:46 +00:00
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
1997-07-30 19:24:41 +00:00
MAKEFILE= makefile
MAN1= lynx.1
1994-11-06 10:19:31 +00:00
.include <bsd.port.mk>