freebsd-ports/net/poptop/Makefile
Nick Sayer 4a0cd50687 1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a
while and appears to work better.

2. INSTALL_SCRIPT for the rc.d script rather than INSTALL_DATA. That way
it actually gets run at startup.
2001-09-08 16:28:00 +00:00

27 lines
581 B
Makefile

# New ports collection makefile for: poptop
# Date created: 04 October 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= poptop
PORTVERSION= 1.1.2
CATEGORIES= net
MASTER_SITES= http://poptop.lineo.com/releases/
DISTNAME= pptpd-${PORTVERSION}
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_SCRIPT} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh
.include <bsd.port.mk>