|
Lines 12-18
Link Here
|
| 12 |
MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ |
12 |
MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ |
| 13 |
http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ |
13 |
http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ |
| 14 |
|
14 |
|
| 15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= utisoft@gmail.com |
| 16 |
COMMENT= A RADIUS server with some actual documentation |
16 |
COMMENT= A RADIUS server with some actual documentation |
| 17 |
|
17 |
|
| 18 |
LOGFILE?= /var/log/openradius.log |
18 |
LOGFILE?= /var/log/openradius.log |
|
Lines 38-47
Link Here
|
| 38 |
PLIST_SUB+= LDAP="@comment " |
38 |
PLIST_SUB+= LDAP="@comment " |
| 39 |
.endif |
39 |
.endif |
| 40 |
|
40 |
|
| 41 |
.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) |
|
|
| 42 |
BROKEN= does not compile |
| 43 |
.endif |
| 44 |
|
| 45 |
post-install: |
41 |
post-install: |
| 46 |
.if !defined(NOPORTDOCS) |
42 |
.if !defined(NOPORTDOCS) |
| 47 |
${MKDIR} ${DOCSDIR} |
43 |
${MKDIR} ${DOCSDIR} |