freebsd-ports/net/tac_plus4/Makefile
Andreas Klemm 25e135e5c0 - update from F4.0.3 to F4.0.4
- contains security fix
  Damir Rajnovic <gaus@CISCO.COM> on bugtraq:
  "We updated our unsupported version of TACACS+ server so it is no longer
   vulnerable to oversized T+ packets."
- took again maintainership of port, actually I never wanted to quit
  was a committ failure when using port submission from PR
2000-07-15 16:14:01 +00:00

43 lines
1.3 KiB
Makefile

# New ports collection makefile for: tac_plus
# Date created: 4 Mar 1997
# Whom: Igor Vinokurov <igor@zynaps.ru>
#
# $FreeBSD$
#
PORTNAME= tac_plus
PORTVERSION= F4.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp-eng.cisco.com/pub/tacacs/
DISTNAME= tac_plus.F4.0.4.alpha
EXTRACT_SUFX= .tar.Z
MAINTAINER= andreas@FreeBSD.org
ALL_TARGET= tac_plus
MAN1= tac_plus.1
# To change the text displayed when users are prompted to enter
# a username, set appropriately TAC_CHANGE_PROMPT variable.
.if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES
EXTRA_PATCHES= ${FILESDIR}/patch-ba
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1
${INSTALL_DATA} ${FILESDIR}/tac_plus.conf.example ${PREFIX}/etc/
@if [ ! -f ${PREFIX}/etc/rc.d/tac_plus.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/tac_plus.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/tac_plus.sh ${PREFIX}/etc/rc.d/tac_plus.sh; \
fi
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tac_plus
${INSTALL_DATA} ${WRKSRC}/users_guide ${PREFIX}/share/doc/tac_plus
${INSTALL_SCRIPT} ${WRKSRC}/convert.pl ${PREFIX}/share/doc/tac_plus
.endif
post-install:
strip ${PREFIX}/sbin/tac_plus
.include <bsd.port.mk>