1999-10-06 02:43:14 +00:00
|
|
|
# New ports collection makefile for: poptop
|
|
|
|
# Date created: 04 October 1999
|
|
|
|
# Whom: Nick Sayer <nsayer@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-15 01:43:35 +00:00
|
|
|
PORTNAME= poptop
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTVERSION= 1.0.0
|
1999-10-06 02:43:14 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.moretonbay.com/vpn/releases/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= pptpd-1.0.0
|
1999-10-06 02:43:14 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-bsdppp
|
|
|
|
|
|
|
|
MAN5= pptpd.conf.5
|
|
|
|
MAN8= pptpd.8 pptpctrl.8
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|