blob: f6de6d921a25ec5a0f4a205200ee1258dc90a53e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
USE_LDCONFIG= yes
CONFLICTS= radiusclient-ng-[0-9]*
.include <bsd.port.mk>
|