2f932d574b
don't resolve, use private IP addresses, and force replacement of default routes. input and ok sobrado@, jmc@, naddy@
38 lines
925 B
Makefile
38 lines
925 B
Makefile
# $OpenBSD: Makefile,v 1.21 2009/08/14 00:02:54 stsp Exp $
|
|
# $NetBSD: Makefile,v 1.1.1.1 2000/04/10 01:14:01 jtk Exp $
|
|
|
|
COMMENT= PPTP client package for Microsoft VPN servers
|
|
|
|
DISTNAME= pptp-1.7.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pptpclient/}
|
|
|
|
HOMEPAGE= http://pptpclient.sf.net
|
|
|
|
MAINTAINER= Stefan Sperling <stsp@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c util
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MAKE_ENV+= PPPD=/usr/sbin/ppp
|
|
CFLAGS+= -DUSER_PPP
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC}; sed -e s,PREFIX,${PREFIX}, < \
|
|
${FILESDIR}/pptp_8 > pptp.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pptp ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/pptp.8 ${PREFIX}/man/man8
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pptp
|
|
${INSTALL_DATA} ${WRKSRC}/PROTOCOL-SECURITY ${PREFIX}/share/doc/pptp/
|
|
|
|
.include <bsd.port.mk>
|