summaryrefslogtreecommitdiff
path: root/net/pptpclient/Makefile
blob: 25a55ddaf8b93f5c066beaf9a6bdb5843751e087 (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
# New ports collection makefile for:	pptpclient
# Version required:	1.0.2
# Date created:		19 June 1999
# Whom:			John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#

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>