mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
18 lines
481 B
Makefile
18 lines
481 B
Makefile
# Created by: Michael Capp <myntric@exeonline.com>
|
|
|
|
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>
|