summaryrefslogtreecommitdiff
path: root/net/httptunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httptunnel/Makefile')
-rw-r--r--net/httptunnel/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile
new file mode 100644
index 00000000000..9d918e1ded9
--- /dev/null
+++ b/net/httptunnel/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 18:03:56 manu Exp $
+#
+
+DISTNAME= httptunnel-3.0.5
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.nocrew.org/pub/nocrew/unix/
+
+MAINTAINER= p99dreyf@criens.u-psud.fr
+HOMEPAGE= http://www.nocrew.org/software/httptunnel.html
+
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"