- Remove NOOP codes - Install etc files with @sample keyword Changelog: https://github.com/radsecproxy/radsecproxy/releases/tag/1.11.1 PR: 285192 Co-authored-by: Paul Dekkers <Paul.Dekkers@surfnet.nl>
30 lines
712 B
Makefile
30 lines
712 B
Makefile
PORTNAME= radsecproxy
|
|
DISTVERSION= 1.11.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
|
|
|
# implicit-approval+: pi
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Generic RADIUS proxy
|
|
WWW= https://radsecproxy.github.io
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libnettle.so:security/nettle
|
|
|
|
USES= compiler:c11 cpe localbase:ldflags ssl
|
|
CPE_VENDOR= uninett
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
|
|
|
post-install:
|
|
${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS}
|
|
${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
|
|
${STAGEDIR}${PREFIX}/etc/radsecproxy.conf.sample
|
|
|
|
.include <bsd.port.mk>
|