mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bcadc8453d
Approved by: fjoe (mentor)
30 lines
587 B
Makefile
30 lines
587 B
Makefile
# New ports collection makefile for: tacshell
|
|
# Date created: 13.06.2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tacshell
|
|
PORTVERSION= 0.8
|
|
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>
|