From Jan Klemkow (upstream and MAINTAINER). pkg/DESCR: This package contains additional tools for the UCSPI tool chains. It brings support for using socks proxies on client side and tls on server and client side.
25 lines
470 B
Makefile
25 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/19 16:40:21 jca Exp $
|
|
|
|
COMMENT= socks proxy and tls support for ucspi
|
|
|
|
DISTNAME= ucspi-tools-1.1
|
|
CATEGORIES= net
|
|
|
|
GH_ACCOUNT= younix
|
|
GH_PROJECT= ucspi
|
|
GH_COMMIT= cf8c863045c83b19ce04f6b1ff5a64094ea1026e
|
|
|
|
HOMEPAGE= https://github.com/younix/ucspi
|
|
MAINTAINER= Jan Klemkow <j.klemkow@wemelug.de>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto ssl tls
|
|
|
|
FAKE_FLAGS= DESTDIR=""
|
|
|
|
RUN_DEPENDS= net/ucspi-tcp
|
|
|
|
.include <bsd.port.mk>
|