blob: 5b74f86e23df88d22f78fc3b76ea1d9efc478ef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.8 2018/06/21 13:05:14 ryoon 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
INSTALLATION_DIRS+= bin share/examples/tacshell
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tacshell ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tacshell.conf-example \
${DESTDIR}${PREFIX}/share/examples/tacshell/tacshell.conf
.include "../../mk/bsd.pkg.mk"
|