aboutsummaryrefslogtreecommitdiff
path: root/net/tacshell/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
commit035646ee650e1641b2dac43a8404e423cd35d273 (patch)
tree7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/tacshell/Makefile
parentf16b849c4671eacb126151d92724af34e2424797 (diff)
downloadports-035646ee650e1641b2dac43a8404e423cd35d273.tar.gz
ports-035646ee650e1641b2dac43a8404e423cd35d273.zip
Notes
Diffstat (limited to 'net/tacshell/Makefile')
-rw-r--r--net/tacshell/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile
deleted file mode 100644
index d39b8e8b9e1f..000000000000
--- a/net/tacshell/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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= ports@FreeBSD.org
-COMMENT= Shell authentication for TACACS+ protocol
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-GNU_CONFIGURE= yes
-
-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>