freebsd-ports/net/radius/Makefile
Steve Price b0642e71dd From submitter:
There is serious bug in handling requests in AATV module of AA_FORK
and AA_FREPLAY types in Merit AAA server. If AATV module not
responding for a long time main server drops original request without
cleaning some critical information (process counter aatv->proc_cnt).
As a result after some definite number of timeouts server stops
responding.

PR:		23212
Submitted by:	Andriy I Pilipenko <bamby@marka.net.ua>
2000-12-11 02:36:19 +00:00

31 lines
801 B
Makefile

# New ports collection makefile for: radius
# Date created: 4. July 1996
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= radius-basic
PORTVERSION= 3.6B
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
DISTNAME= radius.3.6B.basic
MAINTAINER= ports@FreeBSD.org
# restrictive copyright in several files, e.g., "src/sendserver.c"
RESTRICTED= redistribution in binary only
NO_CDROM= not allowed to charge fee for redistribution
NO_WRKSUBDIR= yes
INSTALL_TARGET= install-all
MAKE-FLAGS+= -DPREFIX=${PREFIX}
MAN5= authfile.5 clients.5 dictionary.5 engine.config.5 \
radius.fsm.5 users.5 vendors.5
MAN8= builddbm.8 dnscheck.8 radcheck.8 radiusd.8 radpwtst.8
pre-install:
@${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct
.include <bsd.port.mk>