1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/ngrok/Makefile
John Marino 6bc859b05a security/ngrok: Restore build on DF (Free no-op)
Approved by:	DF blanket
2016-12-09 22:13:17 +00:00

30 lines
657 B
Makefile

# Created by: John Hixson <jhixson@gmail.com>
# $FreeBSD$
PORTNAME= ngrok
PORTVERSION= 2.1.18
CATEGORIES= security
MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/
DISTNAME= ${PORTNAME}-stable-freebsd-${ARCH:S/i386/386/:S/x86_64/amd64/}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= jhixson@gmail.com
COMMENT= Secure tunnels to localhost
# run 'ngrok credits' for details
LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT
LICENSE_COMB= multi
ONLY_FOR_ARCHS= i386 amd64
NO_WRKSUBDIR= yes
PLIST_FILES= bin/ngrok
NO_BUILD= yes
USES= zip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>