1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/radiusclient/Makefile
Mathieu Arnold ae11792baf Do *not* overwrite config files on upgrades.
Sponsored by:	Absolight
2014-08-14 17:54:11 +00:00

21 lines
461 B
Makefile

# Created by: maurice
# $FreeBSD$
PORTNAME= radiusclient
PORTVERSION= 0.5.6
PORTREVISION= 2
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
ETCDIR= ${PREFIX}/etc/${PORTNAME}-ng
.include <bsd.port.mk>