432dbb4c5c
support. PR: ports/110948 Submitted by: David Wood <david at wood2.org.uk>
16 lines
505 B
Makefile
16 lines
505 B
Makefile
# 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"
|