# New ports collection makefile for:   pppd 2.3.11
# Date created:        10 April 2004
# Whom:                netch@netch.kiev.ua
#
# $FreeBSD: ports/net/pppd23/Makefile,v 1.2 2004/04/19 12:57:41 kris Exp $
#

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 ${ARCH} == "amd64"
BROKEN=		"Does not compile on amd64"
.endif

.include <bsd.port.post.mk>
