aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius-client/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-22 08:24:42 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-22 08:24:42 +0000
commit55e7e274241ed5ab12516756850bda749392ed1d (patch)
treeaa29311ac1864702435e87723b24d548ece36845 /net/freeradius-client/Makefile
parent93bd655fc2ee50424d31eb2e036009e0d9080d9b (diff)
Notes
Diffstat (limited to 'net/freeradius-client/Makefile')
-rw-r--r--net/freeradius-client/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/freeradius-client/Makefile b/net/freeradius-client/Makefile
new file mode 100644
index 000000000000..17d75dcd1409
--- /dev/null
+++ b/net/freeradius-client/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: freeradius-client
+# Date created: Wed Nov 26 18:14:37 EET 2008
+# Whom: netch@netch.kiev.ua
+#
+# $FreeBSD$
+#
+
+PORTNAME= freeradius-client
+PORTVERSION= 1.1.6
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ \
+ ftp://ftp.suntel.com.tr/pub/freeradius/
+
+MAINTAINER= netch@portaone.com
+COMMENT= Client library and basic utilities for RADIUS AAA
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+
+CONFLICTS= radiusclient-ng-[0-9]*
+
+.include <bsd.port.mk>