freebsd-ports/security/proxytunnel/Makefile
Mario Sergio Fujikawa Ferreira 1523411519 New port proxytunnel version 1.0.6: Connects stdin and stdout to
an origin server through an HTTPS proxy

Submitted by:	Hammurabi Mendes <hmendes_br@yahoo.com>
2001-12-05 22:03:17 +00:00

31 lines
690 B
Makefile

# New ports collection makefile for: proxytunnel
# Date created: Sun Nov 25 15:16:44 BRST 2001
# Whom: Hammurabi Mendes <hmendes_br@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= proxytunnel
PORTVERSION= 1.0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= hmendes_br@yahoo.com
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= ${PORTNAME}
DOC_FILES= CHANGES CREDITS LICENSE.txt README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>