mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
59a19f9bb3
1) eBones/Kerberos now works with 2.2-stable 2) PREFIX is honoured 3) oddball directories are removed by pkg_delete
27 lines
678 B
Makefile
27 lines
678 B
Makefile
# 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.6 1996/12/01 01:23:07 obrien 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
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
NO_WRKSUBDIR= yes
|
|
INSTALL_TARGET= install-all
|
|
MAKE-FLAGS+= -DPREFIX=${PREFIX}
|
|
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>
|