blob: cb074113dd8ba4ea7c2ba54fdff95e474f33ea53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: poptop
# Date created: 04 October 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= poptop
PORTVERSION= 1.0.0
CATEGORIES= net
MASTER_SITES= http://www.moretonbay.com/vpn/releases/
DISTNAME= pptpd-1.0.0
EXTRACT_SUFX= .tgz
MAINTAINER= nsayer@freebsd.org
FORBIDDEN= "This port is deprecated in favor of ports/net/mpd-netgraph's pptp functionality"
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>
|