1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/lynx-ssl/Makefile

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= lynx-ssl
PORTVERSION= 2.8.2.1
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
DISTNAME= lynx2.8.2rel.1
USE_OPENSSL= RSA
FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user"
.include <bsd.port.pre.mk>
.if defined(OPENSSL_RSAREF)
PATCH_SITES= http://www.moxienet.com/lynx/
.else
PATCH_SITES= ftp://ftp.musin.de/unix/
.endif
PATCHFILES= lynx-282-ssl.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sec@42.org
GNU_CONFIGURE= YES
CFLAGS+= -I${OPENSSLINC}/openssl
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
--enable-nsl-fork
MAKEFILE= makefile
INSTALL_TARGET= install install-help
MAN1= lynx.1
WRKSRC= ${WRKDIR}/lynx2-8-2
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
.include <bsd.port.post.mk>