aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-28 16:24:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-28 16:24:35 +0000
commit432dbb4c5cc419d1adbffab153b6d07d27c5e579 (patch)
treee931c1f4e425b86686c7052d6e5b1dfb109d28d2
parent71e5757d12bedd18f84b1be79ad6dcd0345b48d0 (diff)
downloadports-432dbb4c5cc419d1adbffab153b6d07d27c5e579.tar.gz
ports-432dbb4c5cc419d1adbffab153b6d07d27c5e579.zip
Notes
-rw-r--r--net/Makefile1
-rw-r--r--net/freeradius-mysql/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 0e65d15fbc1a..ba59ad251b29 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -128,6 +128,7 @@
SUBDIR += freenet6
SUBDIR += freenx
SUBDIR += freeradius
+ SUBDIR += freeradius-mysql
SUBDIR += freevrrpd
SUBDIR += freewais-sf
SUBDIR += frickin
diff --git a/net/freeradius-mysql/Makefile b/net/freeradius-mysql/Makefile
new file mode 100644
index 000000000000..e04f57d9e21d
--- /dev/null
+++ b/net/freeradius-mysql/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: freeradius-mysql
+# Date created: 05 February 2007
+# Whom: David Wood <david@wood2.org.uk>
+#
+# $FreeBSD$
+
+MAINTAINER= david@wood2.org.uk
+COMMENT= A free RADIUS server implementation with MySQL support
+
+# Set the necessary (private) knob before handing off to the master port
+# (all the necessary support is in the master port)
+FREERADIUS_SLAVE_MYSQL= yes
+
+MASTERDIR= ${.CURDIR}/../freeradius
+
+.include "${MASTERDIR}/Makefile"