blob: ed2031b402343f441c981dd1198d50938d7e1b9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: openradius
# Date created: 23 May 2003
# Whom: Adam Jette <jettea46@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= openradius
PORTVERSION= 0.9.9
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.*
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>
|