aboutsummaryrefslogtreecommitdiff
path: root/net/pppd23/Makefile
blob: 2145b0ec40cc0db2030ad2acd0b97b9cc8525af5 (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
24
25
26
27
# New ports collection makefile for:   pppd 2.3.11
# Date created:        10 April 2004
# Whom:                netch@netch.kiev.ua
#
# $FreeBSD$
#

PORTNAME=	pppd
PORTVERSION=	2.3.11
CATEGORIES=	net
MASTER_SITES=	http://samba.anu.edu.au/ftp/ppp/
DISTNAME=	ppp-${PORTVERSION}

MAINTAINER=	netch@netch.kiev.ua
COMMENT=	PPP daemon which uses ppp line discipline

GNU_CONFIGURE=	yes
MAN8=		pppd.8 pppstats.8 chat.8
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-no-logf
.endif

.include <bsd.port.post.mk>