1999-10-06 04:43:14 +02:00
|
|
|
# New ports collection makefile for: poptop
|
|
|
|
# Date created: 04 October 1999
|
|
|
|
# Whom: Nick Sayer <nsayer@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-04-06 19:06:52 +02:00
|
|
|
PORTNAME= poptop
|
|
|
|
PORTVERSION= 1.1.2
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= nsayer
|
|
|
|
DISTNAME= pptpd-${PORTVERSION}
|
1999-10-06 04:43:14 +02:00
|
|
|
|
2002-04-06 19:06:52 +02:00
|
|
|
MAINTAINER= nsayer@freebsd.org
|
1999-10-06 04:43:14 +02:00
|
|
|
|
2002-04-06 19:06:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-bsdppp
|
1999-10-06 04:43:14 +02:00
|
|
|
|
2002-04-06 19:06:52 +02:00
|
|
|
MAN5= pptpd.conf.5
|
|
|
|
MAN8= pptpd.8 pptpctrl.8
|
1999-10-06 04:43:14 +02:00
|
|
|
|
|
|
|
post-install:
|
2002-04-06 19:06:52 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
|
|
|
|
${PREFIX}/etc/pptpd.conf.sample
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh \
|
|
|
|
${PREFIX}/etc/rc.d/pptpd.sh.sample
|
1999-10-06 04:43:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|