opnsense-ports/net/freeradius-client/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
474 B
Makefile

# Created by: netch@netch.kiev.ua
# $FreeBSD$
PORTNAME= freeradius-client
PORTVERSION= 1.1.6
PORTREVISION= 1
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 tar:bzip2
USE_LDCONFIG= yes
CONFLICTS= radiusclient-ng-[0-9]*
.include <bsd.port.mk>