opnsense-ports/www/squid_radius_auth/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>