ports/net/radsecproxy/Makefile
Muhammad Moinur Rahman 4539cc81c8
net/radsecproxy: Update version 1.11.0=>1.11.1
- 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>
2025-03-07 20:19:00 +01:00

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>