1ac332247d
Kicking this back to the ports@ pool. Support STAGE while here, and an easy fix for building with CLANG. The resulting binaries are untested, but it should be functionally identical. Approved by: swills (mentor) Approved by: maintainer (private email, he's my coworker)
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>
|