1996-07-05 23:47:29 +00:00
|
|
|
# New ports collection makefile for: radius
|
1996-11-20 21:22:06 +00:00
|
|
|
# Version required: merit radius 2.4.23
|
1996-07-05 23:47:29 +00:00
|
|
|
# Date created: 4. July 1996
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1998-10-08 14:49:28 +00:00
|
|
|
# $Id: Makefile,v 1.9 1998/09/16 21:27:59 torstenb Exp $
|
1996-07-05 23:47:29 +00:00
|
|
|
#
|
|
|
|
|
1998-10-08 14:49:28 +00:00
|
|
|
DISTNAME= radius.3.6B.basic
|
|
|
|
PKGNAME= radius-basic-3.6B
|
1996-07-05 23:47:29 +00:00
|
|
|
CATEGORIES= net
|
1996-07-12 10:53:34 +00:00
|
|
|
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
|
1996-07-05 23:47:29 +00:00
|
|
|
|
1998-09-16 21:27:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-12-01 01:23:27 +00:00
|
|
|
|
1998-07-24 18:43:57 +00: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-05 23:47:29 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
INSTALL_TARGET= install-all
|
1997-08-26 12:17:57 +00:00
|
|
|
MAKE-FLAGS+= -DPREFIX=${PREFIX}
|
1998-10-08 14:49:28 +00: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-05 23:47:29 +00:00
|
|
|
|
|
|
|
pre-install:
|
1996-12-01 01:23:27 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct
|
1996-07-05 23:47:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|