freebsd-ports/www/squid_radius_auth/Makefile
Mark Felder 1ac332247d Maintainer is my coworker; we don't run this in in production anymore.
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)
2014-02-03 15:45:08 +00:00

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>