summaryrefslogblamecommitdiff
path: root/net/tacshell/Makefile
blob: b182719aeef3a9d76662165359dfc6a1982dc1bb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                               
                   


                                               
                                 















                                                         
# New ports collection makefile for:	tacshell
# Date created:				13.06.2003
# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

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

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

GNU_CONFIGURE=	yes

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>