1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/lynx/Makefile
Kris Kennaway f9b5816b42 Mark lynx FORBIDDEN due to numerous potential and proven
server-exploitable buffer overflows, until the lynx team get their act
together and clean up their code.

Noticed by:	Michal Zalewski <lcamtuf@DIONE.IDS.PL> (Bugtraq)
Reviewed by:	the rest of the security-officer team.
2000-03-05 05:04:48 +00:00

36 lines
962 B
Makefile

# New ports collection makefile for: lynx
# Version required: 2.8.2 release 1
# Date created: 15 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= lynx2.8.2rel.1
PKGNAME= lynx-2.8.2rel.1
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
MAINTAINER= jseger@FreeBSD.org
FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user."
USE_BZIP2= YES
WRKSRC= ${WRKDIR}/lynx2-8-2
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies
MAKE_FLAGS= helpdir=${L_HELP} -f
MAKEFILE= makefile
INSTALL_TARGET= install install-help
MAN1= lynx.1
L_LIB= ${PREFIX}/etc
L_HELP= ${PREFIX}/share/lynx_help
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg
.include <bsd.port.mk>