diff options
Diffstat (limited to 'net/poptop/Makefile')
-rw-r--r-- | net/poptop/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile new file mode 100644 index 00000000000..dd6b52c113a --- /dev/null +++ b/net/poptop/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/08 04:32:23 dbj Exp $ + +DISTNAME= pptpd-1.0.0 +PKGNAME= poptop-1.0.0 +CATEGORIES= net +MASTER_SITES= http://www.moretonbay.com/vpn/releases/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dbj@netbsd.org +HOMEPAGE= http://www.moretonbay.com/vpn/pptp.html + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libwrap + +.include "../../mk/bsd.prefs.mk" + +.if defined(POPTOP_USE_MPPE) +RUN_DEPENDS+= ${PREFIX}/sbin/pppd:../ppp-mppe +CONFIGURE_ARGS+= --with-pppd=${PREFIX}/sbin/pppd +.endif + +post-patch: + ${TOUCH} ${WRKSRC}/config.h.in + +.include "../../mk/bsd.pkg.mk" |