summaryrefslogtreecommitdiffstats
path: root/net/tacshell/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-06-13 22:50:50 +0000
committerosa <osa@FreeBSD.org>2003-06-13 22:50:50 +0000
commitafe30049988714e3b1471f656c4fd2b6161cf77b (patch)
treef0c6c4f6281035e24519f0abdd686d5c710036b1 /net/tacshell/Makefile
parent1f617afbc9bed1c6de3e6002e2c7d0fa4a670043 (diff)
downloadFreeBSD-ports-afe30049988714e3b1471f656c4fd2b6161cf77b.zip
FreeBSD-ports-afe30049988714e3b1471f656c4fd2b6161cf77b.tar.gz
New port: Shell authentication for TACACS+ protocol
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 53296 Approved by: fjoe (implicit)
Diffstat (limited to 'net/tacshell/Makefile')
-rw-r--r--net/tacshell/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile
new file mode 100644
index 0000000..347cf86
--- /dev/null
+++ b/net/tacshell/Makefile
@@ -0,0 +1,29 @@
+# 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= ponomarew@oberon.net
+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>
OpenPOWER on IntegriCloud