1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/gnu-radius/Makefile
Kirill Ponomarev 37a94c7bb2 Update GNU-Radius to 1.1
PR:		54722
Submitted by:	maintainer
Approved by:	fjoe (mentor)
2003-07-22 10:58:40 +00:00

56 lines
1.3 KiB
Makefile

# New ports collection makefile for: gnu-radius
# Date created: 13 Jul 2001
# Whom: lance@evitel.net
#
# $FreeBSD$
PORTNAME= gnu-radius
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= radius
DISTNAME= radius-1.1
MAINTAINER= lance@merlin.net.ua
COMMENT= GNU RADIUS server
#MAKEFILE= Makefile
USE_SUBMAKE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= # empty
MAN1= radgrep.1 radlast.1 raduse.1 radwho.1
MAN8= builddbm.8 radctl.8 radiusd.8 radping.8 radzap.8
MANCOMPRESSED= no
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
CURDIR="${.CURDIR}" \
MKDIR="${MKDIR}"
STARTUP_FILE= ${PREFIX}/etc/rc.d/gnu-radius.sh
.if defined(BATCH)
CONFIGURE_ARGS+=--with-include-path="${LOCALBASE}/include/" \
--with-lib-path="${LOCALBASE}/lib/"
.else
post-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
.endif
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
post-install:
@${SED} -e "s=!!PREFIX!!=${PREFIX}=g" ${FILESDIR}/gnu-radius.sh.tmpl \
> ${PREFIX}/etc/rc.d/gnu-radius.sh
@${CHMOD} 550 ${PREFIX}/etc/rc.d/gnu-radius.sh
@${CHOWN} root:wheel ${PREFIX}/etc/rc.d/gnu-radius.sh
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
.include <bsd.port.mk>