forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
493 B
Makefile
18 lines
493 B
Makefile
# Created by: Michael Capp <myntric@exeonline.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= squid_radius_auth
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.squid-cache.org/contrib/squid_radius_auth/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= RADIUS authenticator for squid proxy 2.5 and later
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|= gcc|?= gcc|' ${WRKSRC}/Makefile
|
|
${REINPLACE_CMD} 's|PREFIX = /usr/local|PREFIX = ${PREFIX}|' ${WRKSRC}/Make.inc
|
|
|
|
.include <bsd.port.post.mk>
|