1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/pptpclient/Makefile

24 lines
657 B
Makefile
Raw Normal View History

# New ports collection makefile for: pptpclient
# Date created: 19 June 1999
# Whom: John Polstra <jdp@freebsd.org>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= pptpclient
PORTVERSION= 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/
DISTNAME= pptp-linux-1.0.2
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>