solene a6b121fc04 Update to clic-1.1.3
This adds TLS support for gopher servers supporting it and fallback to
plaintext if TLS is not supported.
2019-03-08 11:20:18 +00:00

33 lines
717 B
Makefile

# $OpenBSD: Makefile,v 1.2 2019/03/08 11:20:18 solene Exp $
COMMENT = text based gopher client
DISTNAME = clic-v1.1.3
PKGNAME = ${DISTNAME:S/-v/-/}
EXTRACT_SUFX = .tgz
CATEGORIES = net
HOMEPAGE = gopher://bitreich.org/1/scm/clic
MAINTAINER = Solene Rapenne <solene@perso.pw>
# 2-Clause BSD
PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB += c ecl ffi gc gmp m pthread
MASTER_SITES = ftp://bitreich.org/releases/clic/
LIB_DEPENDS = lang/ecl
# To open HTML and other links clic doesn't understand.
RUN_DEPENDS = devel/xdg-utils
NO_TEST = Yes
PORTHOME= ${WRKDIST}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/clic.1 ${PREFIX}/man/man1/clic.1
.include <bsd.port.mk>