# Created by: John Hixson # $FreeBSD$ PORTNAME= ngrok PORTVERSION= 2.1.14 CATEGORIES= security MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/ DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= jhixson@gmail.com COMMENT= Secure tunnels to localhost ONLY_FOR_ARCHS= i386 amd64 NO_WRKSUBDIR= yes PLIST_FILES= bin/ngrok NO_BUILD= yes USES= zip .include .if ${ARCH} == "i386" NGROK_ARCH= 386 .endif .if ${ARCH} == "amd64" NGROK_ARCH= amd64 .endif .include do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include