2013-03-18 21:56:30 +00:00
|
|
|
# Created by: shan
|
2003-04-16 09:39:16 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Radiator
|
2014-06-20 15:02:40 +00:00
|
|
|
PORTVERSION= 4.13
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 2
|
2003-04-16 09:39:16 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= # fetch manually
|
2003-06-24 15:33:19 +00:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2003-04-16 09:39:16 +00:00
|
|
|
|
2014-06-20 15:02:40 +00:00
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
2003-04-16 09:39:16 +00:00
|
|
|
COMMENT= Radiator Radius Server by Open System Consultants
|
|
|
|
|
2012-06-08 15:55:59 +00:00
|
|
|
OPTIONS_DEFINE= MYSQL
|
|
|
|
MYSQL_DESC= MySQL support
|
2007-02-26 10:06:35 +00:00
|
|
|
|
2014-07-29 19:11:51 +00:00
|
|
|
USES= perl5 tar:tgz
|
2013-08-02 18:21:05 +00:00
|
|
|
USE_PERL5= configure
|
2003-04-16 09:39:16 +00:00
|
|
|
|
2013-03-18 21:56:30 +00:00
|
|
|
RESTRICTED= Commercial software
|
2003-04-16 09:39:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2010-09-21 16:08:11 +00:00
|
|
|
|
2003-06-24 15:33:19 +00:00
|
|
|
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
|
2003-04-16 09:39:16 +00:00
|
|
|
IGNORE= will not be automatically fetched due to licensing\
|
|
|
|
restrictions. You MUST manually fetch the UNIX version after\
|
|
|
|
purchasing the license at: http://www.open.com.au/ \
|
|
|
|
- once ${DISTFILES} has been downloaded, move it to\
|
2003-06-24 15:33:19 +00:00
|
|
|
${DISTDIR}/${DIST_SUBDIR} and then restart this build. \
|
|
|
|
(optionally download patches-${PORTVERSION}.tar.gz to the \
|
|
|
|
same directory as well)
|
|
|
|
.endif
|
|
|
|
|
2012-06-08 15:55:59 +00:00
|
|
|
.if ${PORT_OPTIONS:MMYSQL}
|
2012-06-28 18:37:23 +00:00
|
|
|
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
2007-02-26 10:06:35 +00:00
|
|
|
.endif
|
|
|
|
|
2003-06-24 15:33:19 +00:00
|
|
|
pre-configure:
|
2003-07-22 11:04:21 +00:00
|
|
|
.if exists(${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz)
|
|
|
|
${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC}
|
2003-04-16 09:39:16 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|