freebsd-ports/net/pppd23/Makefile
Ed Schouten b80baec8b1 Disable pppd23 on OSVERSION 800045 or higher.
This pppd depends on the PPP line discipline, which is gone as of 8.0.

Approved by:	Valentin Nechayev <netch netch kiev ua> (maintainer)
2010-01-19 21:46:31 +00:00

30 lines
628 B
Makefile

# 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
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-no-logf
GNU_CONFIGURE= yes
MAN8= pppd.8 pppstats.8 chat.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800045
IGNORE= depends on PPPDISC, which is no longer available
.endif
.include <bsd.port.post.mk>