1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/radiusclient/Makefile
Martin Wilke 52a6cec9c4 - Stage support
- Convert to USES
2014-03-09 14:37:09 +00:00

20 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>