opnsense-ports/security/proxytunnel/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

24 lines
651 B
Makefile

# Created by: Hammurabi Mendes <hmendes@brturbo.com>
# $FreeBSD$
PORTNAME= proxytunnel
PORTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source%20tarballs/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
USES= pkgconfig gmake tar:tgz
USE_OPENSSL= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>