4c1df4392c
PPTP Client is a Linux, FreeBSD, NetBSD and OpenBSD client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based Virtual Private Network (VPN) as used by employers and some cable and ADSL internet service providers. This package is based on net/pptp with incorporated patches by stsp at binarchy.net (see pkg/26842), and further modified by me. Builds and installs smoothly, but not tested at this moment.
23 lines
606 B
Makefile
23 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/14 10:51:59 bubuchka Exp $
|
|
|
|
DISTNAME= pptp-1.7.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pptpclient/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://pptpclient.sourceforge.net/
|
|
COMMENT= PPTP client package for Microsoft VPN servers (no encryption yet)
|
|
|
|
#LICENSE= GPL
|
|
|
|
NOT_FOR_PLATFORM= Interix-*-*
|
|
|
|
.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"
|