mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: maurice
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radiusclient
|
|
PORTVERSION= 0.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.berlios.de/radiusclient-ng/ \
|
|
http://download2.berlios.de/radiusclient-ng/
|
|
DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= Client library and basic utilities for RADIUS AAA
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|