# Created by: Honza Betik # $FreeBSD$ PORTNAME= radsecproxy PORTVERSION= 1.6.8 CATEGORIES= net MASTER_SITES= https://software.nordu.net/radsecproxy/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Radsecproxy is a generic RADIUS proxy LICENSE= GPLv2 BSD3CLAUSE LICENSE_COMB= dual USES= cpe tar:xz ssl CPE_VENDOR= nordunet GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' .endif post-install: ${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS} ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \ ${STAGEDIR}${PREFIX}/etc .include