1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/poptop/Makefile
Nick Sayer 64459e5206 Looks like the master site is gone, and the new sourceforge project only
has the 1.0.1 version available. Rather than backtrack, we'll host our own
copy of the 1.1.2 code. Diffing the two appears (to me) to make this
worthwhile for now.

PR:		36239
Submitted by:	dominic_marks@btinternet.com
2002-04-06 17:06:52 +00:00

30 lines
620 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= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nsayer
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.sample
.include <bsd.port.mk>