freebsd-ports/net/pppd23/Makefile
Kirill Ponomarev 3699f82b18 - Reflect changes on FreeBSD 5.* to load if_ppp.ko unless
already loaded.  (Thx to zoleg at buryatia dot ru for
  pointing that) Current code will try both old and new method.
- Fix build on amd64
- Reflect internal logf() for GCC 3-x
- Reflect 32bitness of time in `struct lastlog'.

PR:		ports/65882
Submitted by:	maintainer
2004-04-28 19:56:35 +00:00

28 lines
569 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
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>