summaryrefslogtreecommitdiff
path: root/security/proxytunnel/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-06-16 10:45:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-06-16 10:45:53 +0000
commit6111f827b1bdb6d5ae18153bcb85932c58a55899 (patch)
tree2f2915f3979c22504f5dfa9b946b8f681b04c2b8 /security/proxytunnel/Makefile
parent- Update to 1.08 (diff)
Update to 1.6.3
Notes
Notes: svn path=/head/; revision=165558
Diffstat (limited to 'security/proxytunnel/Makefile')
-rw-r--r--security/proxytunnel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 29c7c43c561d..981e4a2d3d97 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= proxytunnel
-PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTVERSION= 1.6.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,15 +15,18 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
+USE_GMAKE= yes
USE_GETOPT_LONG=yes
+CFLAGS+= -DUSE_SSL -DHAVE_SETPROCTITLE -DSPT_TYPE=1
+
+MAKE_ENV+= CC="${CC}" LDFLAGS="${LDFLAGS}"
+
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/proxytunnel
PORTDOCS= CHANGES CREDITS README
-CFLAGS+= -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=1
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000