1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/pptpclient/Makefile
John Polstra f9c4cd9156 New port for the "pptp-linux" VPN client. It allows a FreeBSD machine
to connect to a remote NT server, making it behave as if it were on
the same LAN.
1999-06-19 22:41:33 +00:00

24 lines
664 B
Makefile

# New ports collection makefile for: pptpclient
# Version required: 1.0.2
# Date created: 19 June 1999
# Whom: John Polstra <jdp@freebsd.org>
#
# $Id$
#
DISTNAME= pptp-linux-1.0.2
PKGNAME= pptpclient-1.0.2
CATEGORIES= net
MASTER_SITES= http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/release/ \
ftp://ftp.kddlabs.co.jp/pub/inet/vpn/pptp-linux/ \
ftp://ftp.iks-jena.de/pub/software/linux/net/
MAINTAINER= jdp@freebsd.org
post-install:
${MKDIR} ${PREFIX}/share/examples/pptpclient
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/pptpclient
${INSTALL_DATA} ${FILESDIR}/ppp.conf ${PREFIX}/share/examples/pptpclient
.include <bsd.port.mk>