1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Martin Wilke 0c1a7e1ed4 Update to 1.7.1
PR:		ports/98454
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-06-14 14:58:13 +00:00

38 lines
919 B
Makefile

# New ports collection makefile for: pptpclient
# Date created: 19 June 1999
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= pptpclient
PORTVERSION= 1.7.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pptpclient
DISTNAME= pptp-${PORTVERSION}
MAINTAINER= thomas@cuivre.fr.eu.org
COMMENT= PPTP client for establishing a VPN link with an NT server
USE_GETOPT_LONG=yes
MAN8= pptp.8
.include <bsd.port.pre.mk>
MAKE_ARGS= DEBUG=""
.if ${OSVERSION} < 500041
MAKE_ARGS+= INCLUDE="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pptp ${PREFIX}/sbin
${MKDIR} ${PREFIX}/share/examples/pptpclient
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/pptpclient
${INSTALL_DATA} ${FILESDIR}/ppp.conf ${PREFIX}/share/examples/pptpclient
${INSTALL_MAN} ${WRKSRC}/pptp.8 ${PREFIX}/man/man8
.include <bsd.port.post.mk>