1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/openradius/Makefile
Kris Kennaway d610bf8884 BROKEN on 5.x: Broken by changes to make(1)
Approved by:	portmgr (self)
2004-09-19 02:55:51 +00:00

35 lines
817 B
Makefile

# New ports collection makefile for: openradius
# Date created: 23 May 2003
# Whom: Adam Jette <jettea46@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= openradius
PORTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \
http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/
MAINTAINER= jettea46@yahoo.com
COMMENT= A RADIUS server with some actual documentation
CONFLICTS= freeradius-0.* gnu-radius-1.* radiusd-cistron-1.*
CONFIGURE_ARGS= --prefix={$PREFIX}
CC ?= gcc
CXX ?= g++
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>