summaryrefslogtreecommitdiff
path: root/net/pptp/Makefile
diff options
context:
space:
mode:
authorjtk <jtk>2000-04-10 01:14:01 +0000
committerjtk <jtk>2000-04-10 01:14:01 +0000
commit9c8e5bef0eb1757c92436e4db637970445bcaaf2 (patch)
treeb47967eac56e2dd0fb11d23bb0e9e193b82a66ff /net/pptp/Makefile
parent431ed387806f9fc5811ecd5515398a7d4aa9a872 (diff)
downloadpkgsrc-9c8e5bef0eb1757c92436e4db637970445bcaaf2.tar.gz
PPTP (Point-to-Point Tunneling Protocol) client package, from linux-pptp-1.0.2
No encryption (yet). Tested with one Microsoft PPTP server, YMMV?
Diffstat (limited to 'net/pptp/Makefile')
-rw-r--r--net/pptp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/pptp/Makefile b/net/pptp/Makefile
new file mode 100644
index 00000000000..eafc95aa785
--- /dev/null
+++ b/net/pptp/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/04/10 01:14:01 jtk Exp $
+
+DISTNAME= pptp-linux-1.0.2
+PKGNAME= pptp-1.0.2
+CATEGORIES= net
+MASTER_SITES= http://www.pdos.lcs.mit.edu/~cananian/Synaptics/release/
+#EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= jtk@netbsd.org
+HOMEPAGE= http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/
+
+#LICENSE= GPL
+
+.include "../../mk/bsd.prefs.mk"
+
+# Not quite yet---special config for MPPE in pppd.
+#.if defined(PPTP_USE_MPPE)
+#DEPENDS+= ppp-mppe-2.3.9:../../net/ppp-mppe
+#CONFIGURE_ARGS+= --with-pppd=${PREFIX}/sbin/pppd
+#.endif
+
+.include "../../mk/bsd.pkg.mk"