mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 800045
|
|
IGNORE= depends on PPPDISC, which is no longer available
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|