mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
23 lines
547 B
Makefile
23 lines
547 B
Makefile
# New ports collection makefile for: radiusclient
|
|
# Date created: Wed Nov 4 08:48:08 EST 1998
|
|
# Whom: maurice
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= radiusclient
|
|
PORTVERSION= 0.5.5.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://prdownload.berlios.de/radiusclient-ng/ \
|
|
http://download.berlios.de/radiusclient-ng/
|
|
DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= Client library and basic utilities for Radius authenticated login
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|