sthen a649130207 remove fallback that disables TLS if a connection fails; has been useless for
some time but now build fails because options was moved to internal-only in
libressl
2017-01-27 11:23:21 +00:00

23 lines
415 B
Makefile

# $OpenBSD: Makefile,v 1.21 2017/01/27 11:23:21 sthen Exp $
COMMENT= text browser, displays while downloading
VERSION= 1.03
REVISION= 0
DISTNAME= links-${VERSION}
CATEGORIES= www
HOMEPAGE= http://www.jikos.cz/~mikulas/links/
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto ssl z
MASTER_SITES= ${HOMEPAGE}download/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>