9a4168d18d
- Reformat pkg-descr - Pass maintainership to submitter PR: ports/85002 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
39 lines
870 B
Makefile
39 lines
870 B
Makefile
# New ports collection makefile for: proxytunnel
|
|
# Date created: Sun Nov 25 15:16:44 BRST 2001
|
|
# Whom: Hammurabi Mendes <hmendes@brturbo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= proxytunnel
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ehaupt@critical.ch
|
|
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
|
|
|
|
USE_GETOPT_LONG=yes
|
|
USE_REINPLACE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/proxytunnel
|
|
PORTDOCS= CHANGES CREDITS README
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^CFLAGS*/d; /^CC*/d' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|