diff options
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r-- | net/freeradius2/Makefile | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index e179d6d..1f2ec34 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freeradius -PORTVERSION= 0.7 +PORTVERSION= 0.8.1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ ftp://ftp.Awfulhak.org/pub/radius/ @@ -16,25 +16,33 @@ COMMENT= A free RADIUS server implementation LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LOGDIR?= /var/log + USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet --with-logdir=/var/log +USE_LIBTOOL= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} +INSTALLS_SHLIB= yes MAN1= radclient.1 radlast.1 radtest.1 raduse.1 radwho.1 radzap.1 MAN5= acct_users.5 clients.5 dictionary.5 naslist.5 radiusd.conf.5 \ users.5 -MAN8= builddbm.8 radiusd.8 radwatch.8 +MAN8= builddbm.8 radiusd.8 radrelay.8 radwatch.8 RADDB= acct_users attrs clients clients.conf dictionary \ - dictionary.acc dictionary.aptis dictionary.ascend \ - dictionary.bay dictionary.cisco dictionary.compat \ - dictionary.erx dictionary.foundry dictionary.freeradius \ - dictionary.livingston dictionary.microsoft dictionary.nomadix \ - dictionary.quintum dictionary.redback dictionary.shasta \ - dictionary.shiva dictionary.tunnel dictionary.usr \ - dictionary.versanet hints huntgroups ldap.attrmap naslist \ - naspasswd postgresql.conf proxy.conf radiusd.conf realms \ - snmp.conf sql.conf users x99.conf + dictionary.acc dictionary.alcatel dictionary.alteon \ + dictionary.altiga dictionary.aptis dictionary.ascend \ + dictionary.bay dictionary.cisco dictionary.cisco.bbsm \ + dictionary.cisco.vpn3000 dictionary.cisco.vpn5000 \ + dictionary.colubris dictionary.columbia_university \ + dictionary.compat dictionary.erx dictionary.foundry \ + dictionary.freeradius dictionary.juniper \ + dictionary.livingston dictionary.microsoft \ + dictionary.nomadix dictionary.quintum dictionary.redback \ + dictionary.shasta dictionary.shiva dictionary.tunnel \ + dictionary.usr dictionary.versanet hints huntgroups \ + ldap.attrmap mssql.conf naslist naspasswd oraclesql.conf \ + postgresql.conf preproxy_users proxy.conf radiusd.conf \ + realms snmp.conf sql.conf users x99.conf x99passwd.sample post-install: @${MKDIR} ${PREFIX}/etc/raddb |