aboutsummaryrefslogtreecommitdiffstats
path: root/net/radius/Makefile
blob: 78a815419308958c9cfa381388ea0140ff41c75e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    radius
# Version required: merit radius 2.4.23
# Date created:     4. July 1996
# Whom:         torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.4 1996/11/18 11:35:48 asami Exp $
#

DISTNAME=   radius.2.4.23
PKGNAME=    radius-2.4.23
CATEGORIES= net
MASTER_SITES=   ftp://ftp.merit.edu/radius/releases/
DISTFILES=  radius.23c.basic.tar.gz

NO_WRKSUBDIR=   yes
INSTALL_TARGET= install-all
MAN5=       dictionary.5 users.5 radius.fsm.5 authfile.5 clients.5
MAN8=       builddbm.8 radcheck.8 radiusd.8 radpwtst.8

pre-install:
    ${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct

.include <bsd.port.mk>