1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/radiusclient/Makefile
2021-04-06 16:31:07 +02:00

20 lines
421 B
Makefile

# Created by: maurice
PORTNAME= radiusclient
PORTVERSION= 0.5.6
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/radiusclient-ng.berlios
DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Client library and basic utilities for RADIUS AAA
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool
USE_LDCONFIG= yes
ETCDIR= ${PREFIX}/etc/${PORTNAME}-ng
.include <bsd.port.mk>