diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-07-06 07:47:29 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-07-06 07:47:29 +0800 |
commit | 85cbd418207af54ba777f326cc214ddbdea56425 (patch) | |
tree | 4f798ccf2113b0e4ececf587c4fa8fb71d3ac119 /net/radius/Makefile | |
parent | 7ee6061499dad8b01ad1ee35d52e681ecf65feae (diff) | |
download | freebsd-ports-gnome-85cbd418207af54ba777f326cc214ddbdea56425.tar.gz freebsd-ports-gnome-85cbd418207af54ba777f326cc214ddbdea56425.tar.zst freebsd-ports-gnome-85cbd418207af54ba777f326cc214ddbdea56425.zip |
radiusd - a authentication server
Diffstat (limited to 'net/radius/Makefile')
-rw-r--r-- | net/radius/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile new file mode 100644 index 000000000000..60d2656d6f49 --- /dev/null +++ b/net/radius/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: radius +# Version required: merit radius 2.4.21 +# Date created: 4. July 1996 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= radius.2.4.21 +PKGNAME= radius-2.4.21 +CATEGORIES= net +MASTER_SITES= ftp://ftp.merit.edu/pub/radius/release/ + +# Restrictive copyright in src/rlmadmin.c +RESTRICTED= "use for non-profit, non-commercial purposes on a shareware basis" + +NO_WRKSUBDIR= yes +INSTALL_TARGET= install-all + +pre-install: + mkdir -p ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct + +.if !defined(NOMANCOMPRESS) +post-install: + gzip -9nf ${PREFIX}/man/man5/authfile.5 ${PREFIX}/man/man5/clients.5 \ + ${PREFIX}/man/man5/dictionary.5 ${PREFIX}/man/man5/users.5 \ + ${PREFIX}/man/man8/builddbm.8 ${PREFIX}/man/man8/radcheck.8 \ + ${PREFIX}/man/man8/radiusd.8 ${PREFIX}/man/man8/radpwtst.8 \ + ${PREFIX}/man/man8/rlmadmin.8 +.endif + +.include <bsd.port.mk> |