freebsd-ports/net/radiusclient/Makefile
Martin Wilke 52a6cec9c4 - Stage support
- Convert to USES
2014-03-09 14:37:09 +00:00

19 lines
423 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
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>