summaryrefslogtreecommitdiff
path: root/security/tacshell/Makefile
blob: 9a17b6c11507e0d00db08b5276427dd886e8e5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.2 2006/02/20 23:05:27 wiz Exp $

DISTNAME=		tacshell-0.91
PKGREVISION=		1
CATEGORIES=		security
MASTER_SITES=		http://www.rezrov.net/software/

MAINTAINER=		sekiya@NetBSD.org
HOMEPAGE=		http://www.rezrov.net/software/tacshell.html
COMMENT=		RSA ACE/Server sdshell workalike, using TACACS+

GNU_CONFIGURE=		YES
CONF_FILES+=		$(PREFIX)/share/examples/tacshell/tacshell.conf \
			${PKG_SYSCONFDIR}/tacshell.conf

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tacshell
	${INSTALL_DATA} ${WRKSRC}/tacshell.conf-example \
		${PREFIX}/share/examples/tacshell/tacshell.conf

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