freebsd-ports/security/proxytunnel/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

22 lines
618 B
Makefile

# Created by: Hammurabi Mendes <hmendes@brturbo.com>
# $FreeBSD$
PORTNAME= proxytunnel
PORTVERSION= 1.9.0
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
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>