aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslproxy/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-07 01:49:47 +0800
committersteve <steve@FreeBSD.org>1999-06-07 01:49:47 +0800
commit0cd886c802cca861b84b569e3e850cb3163e484f (patch)
treec926592252c2ba4ed20e848625bf6c0f4c8a5a50 /security/sslproxy/Makefile
parentab5d3ffead98900843ff22000845f0bf41efc15e (diff)
downloadfreebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.tar.gz
freebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.tar.zst
freebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.zip
Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>
Diffstat (limited to 'security/sslproxy/Makefile')
-rw-r--r--security/sslproxy/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
new file mode 100644
index 000000000000..0a31c6ec925c
--- /dev/null
+++ b/security/sslproxy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: sslproxy
+# Version required: 1998_Jun_14
+# Date created: 11 February 1999
+# Whom: Alex Le Heux
+#
+# $Id$
+#
+
+DISTNAME= sslproxy.1998_Jun_14
+PKGNAME= sslproxy-19980614
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/
+
+MAINTAINER= alexlh@funk.org
+
+BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
+RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
+
+.include <bsd.port.mk>