aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius-client/Makefile
blob: ecde4c745b2479f39cf936ddd471acc1f6a724e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: netch@netch.kiev.ua
# $FreeBSD$

PORTNAME=	freeradius-client
PORTVERSION=	1.1.7
PORTREVISION=	0
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

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		gmake libtool
USE_LDCONFIG=	yes

CONFLICTS=	radiusclient-ng-[0-9]*

.include <bsd.port.mk>