aboutsummaryrefslogtreecommitdiffstats
path: root/net/tacshell/Makefile
blob: bd7cbd83b4cc9a1da6fa30ebe831f0d6e5cb7ee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    tacshell
# Date created:             13.06.2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   tacshell
PORTVERSION=    0.91
CATEGORIES= net
MASTER_SITES=   http://www.rezrov.net/software/

MAINTAINER= krion@FreeBSD.org
COMMENT=    Shell authentication for TACACS+ protocol

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}

PORTDOCS=   README WHATSNEW ChangeLog
PLIST_FILES=    bin/tacshell etc/tacshell.conf.sample

post-install:
.for i in ${PORTNAME}
    ${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README WHATSNEW ChangeLog
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>