mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
284ec9e8c5
- add stage support PR: ports/185288 Submitted by: ohauer Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# Created by: Honza Betik
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radsecproxy
|
|
PORTVERSION= 1.6.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://software.uninett.no/radsecproxy/
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= Radsecproxy is a generic RADIUS proxy
|
|
|
|
LICENSE= GPLv2 BSD
|
|
LICENSE_COMB= dual
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
USE_OPENSSL= 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>
|