freebsd-ports/net/freeradius-client/Makefile
Beech Rintoul 55e7e27424 The FreeRADIUS Client is a framework and library for writing RADIUS
Clients which additionally includes radlogin, a flexible RADIUS aware
login replacement, a command line program to send RADIUS
authentication/authorisation requests and accounting records and a
utility to query the status of a RADIUS 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.

PR:		ports/129250
Submitted by:	netch at netch.kiev.ua
2008-12-22 08:24:42 +00:00

25 lines
558 B
Makefile

# New ports collection makefile for: freeradius-client
# Date created: Wed Nov 26 18:14:37 EET 2008
# Whom: netch@netch.kiev.ua
#
# $FreeBSD$
#
PORTNAME= freeradius-client
PORTVERSION= 1.1.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ \
ftp://ftp.suntel.com.tr/pub/freeradius/
MAINTAINER= netch@portaone.com
COMMENT= Client library and basic utilities for RADIUS AAA
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
CONFLICTS= radiusclient-ng-[0-9]*
.include <bsd.port.mk>