summaryrefslogtreecommitdiff
path: root/www/lynx-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx-ssl/Makefile')
-rw-r--r--www/lynx-ssl/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile
index 418366d58f1d..d4045f0c69bc 100644
--- a/www/lynx-ssl/Makefile
+++ b/www/lynx-ssl/Makefile
@@ -11,9 +11,12 @@ PKGNAME= lynx-ssl-2.8.2.1
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
-.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
+USE_OPENSSL= RSA
+
+.include <bsd.port.pre.mk>
+
+.if defined(OPENSSL_RSAREF)
PATCH_SITES= http://www.moxienet.com/lynx/
-EXTRA_SSL_LIBS= "-lRSAglue -lrsaref"
.else
PATCH_SITES= ftp://ftp.musin.de/unix/
.endif
@@ -22,18 +25,11 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sec@42.org
-BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
-LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \
- ssl.1:${PORTSDIR}/security/openssl
-
-RESTRICTED= "Contains cryptography"
-
GNU_CONFIGURE= YES
-CFLAGS+= -I${PREFIX}/include/openssl
+CFLAGS+= -I${OPENSSLINC}/openssl
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
--enable-nsl-fork
MAKEFILE= makefile
-MAKE_ENV+= EXTRA_SSL_LIBS=${EXTRA_SSL_LIBS}
INSTALL_TARGET= install install-help
MAN1= lynx.1
@@ -43,4 +39,4 @@ post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>