freebsd-ports/net/radsecproxy/Makefile
Neel Chauhan f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00

30 lines
663 B
Makefile

# Created by: Honza Betik
# $FreeBSD$
PORTNAME= radsecproxy
DISTVERSION= 1.8.2
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= nc@FreeBSD.org
COMMENT= Generic RADIUS proxy
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnettle.so:security/nettle
USES= compiler:c11 cpe localbase:ldflags ssl
USE_RC_SUBR= ${PORTNAME}
CPE_VENDOR= uninett
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
.include <bsd.port.mk>