summaryrefslogtreecommitdiff
path: root/net/tacacs/Makefile
blob: 1fde5f33092b7f8bd394837ceba55d307750dc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.2 2001/02/17 18:19:42 wiz Exp $
#

DISTNAME=	tac_plus.F4.0.4.alpha
PKGNAME=	tacacs-4.0.4a
CATEGORIES=	net security
MASTER_SITES=	ftp://ftpeng.cisco.com/pub/tacacs/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.gazi.edu.tr/~devrim/tacacs/
COMMENT=	Cisco authentication, authorization, and accounting protocol daemon

ALL_TARGET=	tac_plus

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tacacs
	${INSTALL_DATA} ${WRKSRC}/users_guide ${PREFIX}/share/doc/tacacs

.include "../../mk/bsd.pkg.mk"