1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/tacshell/Makefile
Kirill Ponomarev 5e147280ef - SIZEify
2004-01-30 14:05:15 +00:00

31 lines
601 B
Makefile

# 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
USE_SIZE= yes
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>