freebsd-ports/www/lynx-ssl/Makefile
Kris Kennaway e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00

39 lines
924 B
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.3.1
CATEGORIES= www
MASTER_SITES= ftp://lynx.isc.org/current/
DISTNAME= lynx2.8.3rel.1
USE_OPENSSL= YES
.include <bsd.port.pre.mk>
PATCH_SITES= http://www.moxienet.com/lynx/
PATCHFILES= lynx-283-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-full
MAN1= lynx.1
WRKSRC= ${WRKDIR}/lynx2-8-3
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/lynx_help
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/lynx
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
.include <bsd.port.post.mk>