Changeset View
Changeset View
Standalone View
Standalone View
net/radiator/Makefile
PORTNAME= Radiator | PORTNAME= Radiator | ||||
PORTVERSION= 4.24 | PORTVERSION= 4.24 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= net | CATEGORIES= net | ||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-1 | DISTNAME= ${PORTNAME}-${PORTVERSION}-1 | ||||
MASTER_SITES= # fetch manually | MASTER_SITES= # fetch manually | ||||
DIST_SUBDIR= ${PORTNAME} | DIST_SUBDIR= ${PORTNAME} | ||||
MAINTAINER= lyngbol@wheel.dk | MAINTAINER= lyngbol@wheel.dk | ||||
COMMENT= Radiator Radius Server by Open System Consultants | COMMENT= Radiator Radius Server by Open System Consultants | ||||
WWW= https://www.open.com.au/ | WWW= https://www.open.com.au/ | ||||
# Commercial software | # Commercial software | ||||
LICENSE= radiator | LICENSE= radiator | ||||
LICENSE_NAME= Radiator | LICENSE_NAME= Radiator | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell | LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell | ||||
OPTIONS_DEFINE= MYSQL | OPTIONS_DEFINE= MYSQL | ||||
MYSQL_DESC= MySQL support | MYSQL_DESC= MySQL support | ||||
MYSQL_USES= mysql | |||||
USES= perl5 tar:tgz | USES= perl5 tar:tgz | ||||
USE_PERL5= configure | USE_PERL5= configure | ||||
USE_RC_SUBR= radiator | USE_RC_SUBR= radiator | ||||
.include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) | .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) | ||||
IGNORE= will not be automatically fetched due to licensing\ | IGNORE= will not be automatically fetched due to licensing\ | ||||
restrictions. You MUST manually fetch the UNIX version after\ | restrictions. You MUST manually fetch the UNIX version after\ | ||||
purchasing the license at: http://www.open.com.au/ \ | purchasing the license at: http://www.open.com.au/ \ | ||||
- once ${DISTFILES} has been downloaded, move it to\ | - once ${DISTFILES} has been downloaded, move it to\ | ||||
${DISTDIR}/${DIST_SUBDIR} and then restart this build. \ | ${DISTDIR}/${DIST_SUBDIR} and then restart this build. \ | ||||
(optionally download patches-${PORTVERSION}.tar.gz to the \ | (optionally download patches-${PORTVERSION}.tar.gz to the \ | ||||
same directory as well) | same directory as well) | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MMYSQL} | .if ${PORT_OPTIONS:MMYSQL} | ||||
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql | RUN_DEPENDS+= ${DBD_MYSQL} | ||||
.endif | .endif | ||||
pre-configure: | pre-configure: | ||||
.if exists(${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz) | .if exists(${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz) | ||||
${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} | ${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} | ||||
.endif | .endif | ||||
post-patch: | post-patch: | ||||
Show All 12 Lines |