1996-07-06 01:47:29 +02:00
|
|
|
# New ports collection makefile for: radius
|
|
|
|
# Date created: 4. July 1996
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1996-07-06 01:47:29 +02:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1996-07-06 01:47:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= radius-basic
|
|
|
|
PORTVERSION= 3.6B
|
2000-12-11 03:36:19 +01:00
|
|
|
PORTREVISION= 1
|
1996-07-06 01:47:29 +02:00
|
|
|
CATEGORIES= net
|
1996-07-12 12:53:34 +02:00
|
|
|
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
|
2000-04-09 20:14:07 +02:00
|
|
|
DISTNAME= radius.3.6B.basic
|
1996-07-06 01:47:29 +02:00
|
|
|
|
1998-09-16 23:27:59 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-12-01 02:23:27 +01:00
|
|
|
|
1998-07-24 20:43:57 +02:00
|
|
|
# restrictive copyright in several files, e.g., "src/sendserver.c"
|
|
|
|
RESTRICTED= redistribution in binary only
|
|
|
|
NO_CDROM= not allowed to charge fee for redistribution
|
|
|
|
|
1996-07-06 01:47:29 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
INSTALL_TARGET= install-all
|
1997-08-26 14:17:57 +02:00
|
|
|
MAKE-FLAGS+= -DPREFIX=${PREFIX}
|
1998-10-08 16:49:28 +02:00
|
|
|
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
|
1996-07-06 01:47:29 +02:00
|
|
|
|
|
|
|
pre-install:
|
1996-12-01 02:23:27 +01:00
|
|
|
@${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct
|
1996-07-06 01:47:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|