33697b558d
This client library and basic utilities for performing logins authenticated by a Radiusd server. All these programs are based on a library which lets you develop a RADIUS-aware application in less than 50 lines of C code. It is highly portable and runs on Linux, many BSD variants and Solaris.
28 lines
854 B
Makefile
28 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/13 19:58:56 bouyer Exp $
|
|
|
|
DISTNAME= radiusclient-ng-0.5.5.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.berlios.de/radiusclient-ng/ \
|
|
http://download2.berlios.de/radiusclient-ng/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
COMMENT= Client library and basic utilities for Radius authenticated login
|
|
HOMEPAGE= http://developer.berlios.de/projects/radiusclient-ng/
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
PKG_SYSCONFSUBDIR= radiusclient-ng
|
|
EGDIR= ${PREFIX}/share/examples/radiusclient-ng
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
|
|
|
|
EGFILES= issue port-id-map radiusclient.conf dictionary dictionary.ascend \
|
|
dictionary.compat dictionary.merit dictionary.sip
|
|
.for f in ${EGFILES}
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|