1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/lynx-current/Makefile

28 lines
686 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-07-31 20:19:16 +00:00
# $Id: Makefile,v 1.43 1997/07/30 19:24:27 ache Exp $
1994-11-06 10:19:31 +00:00
#
1997-07-31 20:19:16 +00:00
DISTNAME= lynx2.7.1ac-0.45
PKGNAME= lynx-2.7.1ac-0.45
CATEGORIES= www
1997-07-30 19:24:41 +00:00
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
1996-02-09 19:12:37 +00:00
MAINTAINER= ache@FreeBSD.ORG
1997-07-30 19:24:41 +00:00
ALL_TARGET= lynx
MAN1= lynx.1
1994-11-06 10:19:31 +00:00
.include <bsd.port.mk>