1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/radius/Makefile

26 lines
695 B
Makefile
Raw Normal View History

1996-07-05 23:47:29 +00:00
# New ports collection makefile for: radius
# Version required: merit radius 2.4.21
# Date created: 4. July 1996
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.3 1996/07/12 10:53:34 asami Exp $
1996-07-05 23:47:29 +00:00
#
DISTNAME= radius.2.4.21
PKGNAME= radius-2.4.21
CATEGORIES= net
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
1996-07-05 23:47:29 +00:00
# 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
MAN5= authfile.5 clients.5 dictionary.5 users.5
MAN8= builddbm.8 radcheck.8 radiusd.8 radpwtst.8 rlmadmin.8
1996-07-05 23:47:29 +00:00
pre-install:
${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct
1996-07-05 23:47:29 +00:00
.include <bsd.port.mk>