summaryrefslogtreecommitdiff
path: root/security/proxytunnel/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-08-29 12:56:54 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-08-29 12:56:54 +0000
commit9a4168d18d1ac2b44e605b8404140e72323993e8 (patch)
treea15f7e543a4fdc167a7942844026992d14b986fb /security/proxytunnel/Makefile
parent- Update to 1.2.0 (diff)
- Update to 1.5.0
- Reformat pkg-descr - Pass maintainership to submitter PR: ports/85002 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141298
Diffstat (limited to 'security/proxytunnel/Makefile')
-rw-r--r--security/proxytunnel/Makefile26
1 files changed, 17 insertions, 9 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 1a6153da0539..fd5cc5001f9d 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -1,31 +1,39 @@
# New ports collection makefile for: proxytunnel
-# Date created: Sun Nov 25 15:16:44 BRST 2001
-# Whom: Hammurabi Mendes <hmendes@brturbo.com>
+# Date created: Sun Nov 25 15:16:44 BRST 2001
+# Whom: Hammurabi Mendes <hmendes@brturbo.com>
#
# $FreeBSD$
#
PORTNAME= proxytunnel
-PORTVERSION= 1.2.3
+PORTVERSION= 1.5.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ehaupt@critical.ch
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
-ALL_TARGET= ${PORTNAME}
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}
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ ${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>